diff options
author | dougb <dougb@FreeBSD.org> | 2004-11-22 04:38:20 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-11-22 04:38:20 +0800 |
commit | fcedf6118a07089e897c6079aca056c1d726e4ec (patch) | |
tree | adbdd6e91e05cd41c6a168db61d1b457fd9faf4f /x11/wdm | |
parent | fa71e012cc29bfafd213e41e3b660e2c40b35792 (diff) | |
download | freebsd-ports-gnome-fcedf6118a07089e897c6079aca056c1d726e4ec.tar.gz freebsd-ports-gnome-fcedf6118a07089e897c6079aca056c1d726e4ec.tar.zst freebsd-ports-gnome-fcedf6118a07089e897c6079aca056c1d726e4ec.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 \ |