freebsd-ports/games/q2pro/files/patch-build__server.mk
Alejandro Pulver bbb2eaea9a - Update to SVN revision 142.
- Add '-fPIC' compiler flag to a source file that is shared between both
  executables and libraries [1].

Reported by:	pointyhat [1]
2007-02-05 02:51:49 +00:00

10 lines
225 B
Makefile

--- build/server.mk.orig Sun Feb 4 16:29:23 2007
+++ build/server.mk Sun Feb 4 16:30:00 2007
@@ -22,7 +22,6 @@
RESFLAGS_WIN32+=-DDEDICATED_ONLY
SRCFILES_LINUX+=sys_unix.c
-LDFLAGS_LINUX+=-ldl
include ../../post.mk