mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
12 lines
476 B
Text
12 lines
476 B
Text
--- Makefile.in.orig Thu Mar 6 22:49:11 2003
|
|
+++ Makefile.in Sun Jan 22 13:34:45 2006
|
|
@@ -91,3 +91,3 @@
|
|
|
|
-libSDL_netincludedir = $(includedir)/SDL
|
|
+libSDL_netincludedir = $(includedir)/SDL11
|
|
libSDL_netinclude_HEADERS = SDL_net.h
|
|
@@ -102,3 +102,3 @@
|
|
libSDL_net_la_LIBADD = @INETLIB@
|
|
-libSDL_net_la_LDFLAGS = -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
+libSDL_net_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|