pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/warzone2100 games/warzone2100: Fix indirect link...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e924155a8da
branches:  trunk
changeset: 603892:3e924155a8da
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed May 16 13:45:14 2012 +0000

description:
games/warzone2100: Fix indirect linking on DragonFly

diffstat:

 games/warzone2100/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dd66430139c5 -r 3e924155a8da games/warzone2100/Makefile
--- a/games/warzone2100/Makefile        Wed May 16 13:43:14 2012 +0000
+++ b/games/warzone2100/Makefile        Wed May 16 13:45:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/01/14 03:28:32 hans Exp $
+# $NetBSD: Makefile,v 1.16 2012/05/16 13:45:14 marino Exp $
 #
 
 DISTNAME=      warzone2100-2.2.2
@@ -21,6 +21,8 @@
 
 CONFIGURE_ARGS+=       --with-distributor=pkgsrc
 
+LDFLAGS.DragonFly=     -lX11 -lintl
+
 post-build:
        cd ${WRKSRC}/po && ${SETENV} ${MAKE_ENV} ${MAKE} update-gmo
 



Home | Main Index | Thread Index | Old Index