mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
* this fixes the wrong recipe names introduced by myself in #d525fee * adjust patch names to match corresponding recipes * additionally: create 'additional-files' folders as hint to some ports that do not have a proper recipe yet
14 lines
390 B
Diff
14 lines
390 B
Diff
diff -Naur SDL_net-1.2.7/configure.in SDL_net-1.2.7-haiku/configure.in
|
|
--- SDL_net-1.2.7/configure.in 2007-07-20 09:40:02.044302336 -0300
|
|
+++ SDL_net-1.2.7-haiku/configure.in 2010-05-26 02:50:30.942145536 -0300
|
|
@@ -89,6 +89,9 @@
|
|
*-*-qnx*)
|
|
INETLIB="-lsocket"
|
|
;;
|
|
+ *-*-haiku*)
|
|
+ INETLIB="-lnetwork"
|
|
+ ;;
|
|
*-*-beos*)
|
|
INETLIB=""
|
|
;;
|