summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-11-21 20:38:20 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-11-21 20:38:20 +0000
commitd8da94329434cb29f71e7a3489f3bf024e17e354 (patch)
tree21b57fbb287b7108ff09f9295f9b9e2726f9ea3c /x11
parentDon't add xorg-server to RUN_DEPENDS on ia64. The xorg-server port (diff)
It's unclear why removing LDFLAGS="${LDFLAGS}" from CONFIGURE_ENV
works, but it does allow it to build, so let's go with this till someone comes up with a better solution. PR: ports/74169 Submitted by: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
Notes
Notes: svn path=/head/; revision=122096
Diffstat (limited to 'x11')
-rw-r--r--x11/wdm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index ee237c902a15..9992246970fc 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -28,7 +28,7 @@ USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
DEF_SERVER="${DEF_SERVER}"
CONFIGURE_ARGS= --with-logdir=/var/log \
--with-runlockdir=/var/run \