diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-23 17:59:02 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-23 17:59:02 +0800 |
commit | aba1173094a8b98eb11c7a817245057ba03d2eba (patch) | |
tree | 48ff10fee5a5a973bbe5b6b92ad199c2b90e9613 /x11-toolkits/inti | |
parent | df8505a5a2e8f787e4279e178987c8847a709f0e (diff) | |
download | freebsd-ports-gnome-aba1173094a8b98eb11c7a817245057ba03d2eba.tar.gz freebsd-ports-gnome-aba1173094a8b98eb11c7a817245057ba03d2eba.tar.zst freebsd-ports-gnome-aba1173094a8b98eb11c7a817245057ba03d2eba.zip |
fix build on -stable
Noticed by: bento via kris
Diffstat (limited to 'x11-toolkits/inti')
-rw-r--r-- | x11-toolkits/inti/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/inti/Makefile b/x11-toolkits/inti/Makefile index 1fb5a7a705c8..d99faca0f158 100644 --- a/x11-toolkits/inti/Makefile +++ b/x11-toolkits/inti/Makefile @@ -16,7 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A set of C++ classes for developing GNOME and GTK+ applications USE_GNOME= glib20 gtk20 atk pango gnomehack gnomeprefix +USE_GCC= 3.3 GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" INSTALLS_SHLIB= yes PLIST_FILES= bin/inti-demo \ |