Files
haikuports/media-libs/sdl_net/patches/sdl_net-1.2.7.patch
Oliver Tappe aec3652b01 Cleanup: fix names of recipe and patch files.
* 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
2013-08-25 23:51:08 +02:00

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=""
;;