diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-23 09:59:02 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-23 09:59:02 +0000 |
commit | 94435bf4a33f34229277ee207ec74d59c473d68c (patch) | |
tree | e3e5214496e57b4f319c629c1343e7dae1c4ca2a /x11-toolkits/inti | |
parent | 319d86982c3226d700f9b75f669066d1c3deb113 (diff) | |
download | FreeBSD-ports-94435bf4a33f34229277ee207ec74d59c473d68c.zip FreeBSD-ports-94435bf4a33f34229277ee207ec74d59c473d68c.tar.gz |
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 1fb5a7a..d99faca 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 \ |