diff options
author | sem <sem@FreeBSD.org> | 2006-02-14 23:16:35 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-02-14 23:16:35 +0800 |
commit | 1d7c12c199cda8a30f38ceb86cb86c50403e4b48 (patch) | |
tree | febd433b4ece286fed0af10a1e15fb922f9d7181 | |
parent | dec614fdb43e4fc3a781403ec4701fb23d4d9349 (diff) | |
download | freebsd-ports-gnome-1d7c12c199cda8a30f38ceb86cb86c50403e4b48.tar.gz freebsd-ports-gnome-1d7c12c199cda8a30f38ceb86cb86c50403e4b48.tar.zst freebsd-ports-gnome-1d7c12c199cda8a30f38ceb86cb86c50403e4b48.zip |
- Fix build with non-standard LOCALBASE
-rw-r--r-- | net/freeradius/Makefile | 1 | ||||
-rw-r--r-- | net/freeradius2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index d2b82c1c4999..1a8762b2ea51 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -34,6 +34,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \ --with-large-files --without-rlm_sql_unixodbc \ --without-rlm_sql_oracle --without-rlm_sql_iodbc \ --without-rlm_sql_db2 +MAKE_ARGS+= LDFLAGS=-L${LOCALBASE}/lib PLIST_SUB= PORTVERSION=${PORTVERSION} diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index d2b82c1c4999..1a8762b2ea51 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -34,6 +34,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \ --with-large-files --without-rlm_sql_unixodbc \ --without-rlm_sql_oracle --without-rlm_sql_iodbc \ --without-rlm_sql_db2 +MAKE_ARGS+= LDFLAGS=-L${LOCALBASE}/lib PLIST_SUB= PORTVERSION=${PORTVERSION} |