diff options
author | mezz <mezz@FreeBSD.org> | 2012-12-29 14:22:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-12-29 14:22:21 +0800 |
commit | 6b6a7576e9cb35e982e07842b41335b933cbdee7 (patch) | |
tree | 3fd1e0af2a67ddd7f08f722660c9dd46ae557d25 /x11 | |
parent | af629ce6204ec8d9c21e1c05c3abcdda6ddd3891 (diff) | |
download | freebsd-ports-gnome-6b6a7576e9cb35e982e07842b41335b933cbdee7.tar.gz freebsd-ports-gnome-6b6a7576e9cb35e982e07842b41335b933cbdee7.tar.zst freebsd-ports-gnome-6b6a7576e9cb35e982e07842b41335b933cbdee7.zip |
Fix the build with new binutils.
PR: ports/170191
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/zenity/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 273742fdd6a6..955acf5c884a 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -27,6 +27,7 @@ GNU_CONFIGURE= yes INSTALLS_OMF= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib -lintl MAN1= zenity.1 |