aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2017-08-24 17:01:11 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:25:20 +0800
commit1f15a73e58abf8f10bfecbff18d5c982d29f6d6c (patch)
tree61d9fe8dc068e1e98ac8d782607d39e13e5afbfa /print
parentfec312807ef026117738ef15788fb4eba85ae18b (diff)
downloadfreebsd-ports-gnome-1f15a73e58abf8f10bfecbff18d5c982d29f6d6c.tar.gz
freebsd-ports-gnome-1f15a73e58abf8f10bfecbff18d5c982d29f6d6c.tar.zst
freebsd-ports-gnome-1f15a73e58abf8f10bfecbff18d5c982d29f6d6c.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
Diffstat (limited to 'print')
-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