diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-11-22 04:38:20 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-11-22 04:38:20 +0800 |
commit | d8da94329434cb29f71e7a3489f3bf024e17e354 (patch) | |
tree | 21b57fbb287b7108ff09f9295f9b9e2726f9ea3c /x11/wdm | |
parent | d3b82684425a72de6e5d648df53a2b9d9fcf55e7 (diff) | |
download | freebsd-ports-gnome-d8da94329434cb29f71e7a3489f3bf024e17e354.tar.gz freebsd-ports-gnome-d8da94329434cb29f71e7a3489f3bf024e17e354.tar.zst freebsd-ports-gnome-d8da94329434cb29f71e7a3489f3bf024e17e354.zip |
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>
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 2 |
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 \ |