1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
This commit is contained in:
Marcelo Araujo 2017-08-24 09:01:11 +00:00
parent bf9dbbb521
commit 30d52e1ff9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448652
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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