Fix build error on amd64.
PR: ports/99802 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
This commit is contained in:
parent
19054810ba
commit
ca3a3d435c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167215
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gauche
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-toolkits scheme
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gauche
|
||||
|
@ -27,6 +27,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}/gtk
|
|||
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/gtk
|
||||
PLIST_SUB= VERSION="`gauche-config -V`" \
|
||||
TARGET="${MACHINE_ARCH}-portbld-freebsd${OSREL}"
|
||||
CFLAGS+= -fPIC
|
||||
|
||||
.if defined(WITH_GTKGLEXT)
|
||||
LIB_DEPENDS+= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext
|
||||
|
|
Loading…
Reference in a new issue