aboutsummaryrefslogtreecommitdiff
path: root/print/gl2ps
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2017-08-24 09:01:11 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2017-08-24 09:01:11 +0000
commit30d52e1ff988be30912b3fea935dac5ee05c1345 (patch)
treef6359371f206aca2373f7ab4e242635e1194b686 /print/gl2ps
parentbf9dbbb521b75f5bd9a8345ae0e377504e61c41b (diff)
downloadports-30d52e1ff988be30912b3fea935dac5ee05c1345.tar.gz
ports-30d52e1ff988be30912b3fea935dac5ee05c1345.zip
The LLD linker does not include default search paths,
so /usr/lib has to be explicitly specified also bump PORTREVISION. PR: ports/218399 Submitted by: emaste
Notes
Notes: svn path=/head/; revision=448652
Diffstat (limited to 'print/gl2ps')
-rw-r--r--print/gl2ps/Makefile2
-rw-r--r--print/gl2ps/files/Makefile.lib2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile
index 9435e0a5d852..54e17dc56b9a 100644
--- a/print/gl2ps/Makefile
+++ b/print/gl2ps/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gl2ps
PORTVERSION= 1.3.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print graphics
MASTER_SITES= http://www.geuz.org/gl2ps/src/
EXTRACT_SUFX= .tgz
diff --git a/print/gl2ps/files/Makefile.lib b/print/gl2ps/files/Makefile.lib
index 2d806cb17de4..546b4a2666f0 100644
--- a/print/gl2ps/files/Makefile.lib
+++ b/print/gl2ps/files/Makefile.lib
@@ -1,5 +1,5 @@
CFLAGS+= -DHAVE_ZLIB -O3 -fPIC -I${LOCALBASE}/include
-LDFLAGS= -shared -E -lGL -L${LOCALBASE}/lib -lX11 -lXi -lXmu -lm -lz
+LDFLAGS= -shared -E -lGL -L${LOCALBASE}/lib -L/usr/lib -lX11 -lXi -lXmu -lm -lz
all: libgl2ps.so libgl2ps.a