mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 01:00:06 +02:00
22 lines
433 B
Plaintext
22 lines
433 B
Plaintext
From 0e960583ab307b146fd65cc51fabe7750fe0bc0f Mon Sep 17 00:00:00 2001
|
|
From: Robert Kausch <robert.kausch@freac.org>
|
|
Date: Tue, 4 Dec 2018 23:22:19 +0000
|
|
Subject: Haiku patch
|
|
|
|
|
|
diff --git a/configure.ac b/configure.ac
|
|
index a9dc280..ee6566b 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -109,6 +109,7 @@ fi
|
|
|
|
LT_LIB_M
|
|
AC_CHECK_LIB([winmm], [main])
|
|
+AC_CHECK_LIB([network], [socket])
|
|
|
|
on_x86=no
|
|
case "$host_cpu" in
|
|
--
|
|
2.19.1
|
|
|