diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-10 23:17:53 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-10 23:17:53 +0800 |
commit | 0eeffc923a8c267a7535e9d83ca7dda86e869cdc (patch) | |
tree | c38a84163b5840a33db8abbfa0d1a622b4358b56 /deskutils | |
parent | fb9f9a5d517fd66e81ea99a447bec426d449c7fb (diff) | |
download | freebsd-ports-gnome-0eeffc923a8c267a7535e9d83ca7dda86e869cdc.tar.gz freebsd-ports-gnome-0eeffc923a8c267a7535e9d83ca7dda86e869cdc.tar.zst freebsd-ports-gnome-0eeffc923a8c267a7535e9d83ca7dda86e869cdc.zip |
The second attempt to fix build on 4.x.
Reported by: pointyhat via kris
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/adesklets/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile index dbddb26655ee..10478dfad517 100644 --- a/deskutils/adesklets/Makefile +++ b/deskutils/adesklets/Makefile @@ -31,6 +31,8 @@ SUB_FILES= pkg-message .if ${OSVERSION} < 500000 LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" .endif .if !defined(NOPORTDOCS) |