aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-07-09 05:35:43 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-07-09 05:35:43 +0800
commitb1e9bd3fbb27de1496f8a67e664e642afb99d263 (patch)
treef5290d53111553d3dc27675e4e2d4c80e7e67a28 /x11-toolkits
parenta26948eee04f9d564725555132e9afca5a514de1 (diff)
downloadfreebsd-ports-gnome-b1e9bd3fbb27de1496f8a67e664e642afb99d263.tar.gz
freebsd-ports-gnome-b1e9bd3fbb27de1496f8a67e664e642afb99d263.tar.zst
freebsd-ports-gnome-b1e9bd3fbb27de1496f8a67e664e642afb99d263.zip
Fix build error on amd64.
PR: ports/99802 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gauche-gtk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gauche-gtk/Makefile b/x11-toolkits/gauche-gtk/Makefile
index 213b7c10c061..60da9896805e 100644
--- a/x11-toolkits/gauche-gtk/Makefile
+++ b/x11-toolkits/gauche-gtk/Makefile
@@ -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