mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Added patch for sdl-net-1.2.27
This commit is contained in:
13
media-libs/sdl-net/patches/sdl-net-1.2.7.patch
Normal file
13
media-libs/sdl-net/patches/sdl-net-1.2.7.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
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=""
|
||||
;;
|
||||
Reference in New Issue
Block a user