aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-01 11:27:56 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-01 11:27:56 +0800
commit0923e060ea7afebbf71b5af5792ea42330a30d2f (patch)
tree275d8d81c76bbe0632b5787271d576ea45c3a48f /games
parentbd37777e0a9e15ea9afad73d2ab4591a15497564 (diff)
downloadfreebsd-ports-gnome-0923e060ea7afebbf71b5af5792ea42330a30d2f.tar.gz
freebsd-ports-gnome-0923e060ea7afebbf71b5af5792ea42330a30d2f.tar.zst
freebsd-ports-gnome-0923e060ea7afebbf71b5af5792ea42330a30d2f.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile
index ec850aebd5bc..e1bfe83f3c3f 100644
--- a/games/crossfire-server/Makefile
+++ b/games/crossfire-server/Makefile
@@ -28,8 +28,8 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
MAN6= crossfire.6 crossedit.6