diff options
author | krion <krion@FreeBSD.org> | 2004-02-01 09:18:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-01 09:18:56 +0800 |
commit | 2a6924b3e37f80694b504b894a050f6bb6479c5e (patch) | |
tree | 4830655a57a41aea29e59c1ff3c6c6bcfa7edc87 /net | |
parent | 25e22cfcf75666fa72e31d9200bab91de7fc56c4 (diff) | |
download | freebsd-ports-gnome-2a6924b3e37f80694b504b894a050f6bb6479c5e.tar.gz freebsd-ports-gnome-2a6924b3e37f80694b504b894a050f6bb6479c5e.tar.zst freebsd-ports-gnome-2a6924b3e37f80694b504b894a050f6bb6479c5e.zip |
- Fix build on AMD64
Noticed by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/gnunet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index bbd8918809c1..78b492e7d766 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --disable-ltdl-install -LDFLAGS+= -L${LOCALBASE}/lib -lcipher +LDFLAGS+= -L${LOCALBASE}/lib .if defined(WITH_GDBM) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm |