freebsd-ports/games/fgrun/files/patch-src-Makefile.in
Ganael LAPLANCHE 819bed4840 - Update to 1.6.0
- Remove obsolete dependency to plib
- Add build dependency to boost-libs

PR:		ports/162303
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
Feature safe:	yes
2011-11-10 07:40:24 +00:00

11 lines
323 B
Text

--- src/Makefile.in.orig 2008-10-18 17:55:34.000000000 +0800
+++ src/Makefile.in 2008-10-18 17:55:44.000000000 +0800
@@ -127,7 +127,7 @@
LIBICONV = @LIBICONV@
LIBINTL = @LIBINTL@
LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
+LIBS = @LIBS@ -lintl -lfltk -lfltk_gl
LN_S = @LN_S@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@