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:
parent
bf9dbbb521
commit
30d52e1ff9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448652
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user