diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-11-06 02:04:28 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-11-06 02:04:28 +0800 |
commit | 0504e8d08828af5ef6353dfa674f85f0e5bd7676 (patch) | |
tree | 26f24e5faf390433eed61f1975371bf7d5054c3d /comms | |
parent | a0017086b34cea851e3ce2311408321c9dcf5967 (diff) | |
download | freebsd-ports-graphics-0504e8d08828af5ef6353dfa674f85f0e5bd7676.tar.gz freebsd-ports-graphics-0504e8d08828af5ef6353dfa674f85f0e5bd7676.tar.zst freebsd-ports-graphics-0504e8d08828af5ef6353dfa674f85f0e5bd7676.zip |
- Add "USE_GCC=3.4+" to fix building on 4.x.
Submitted by: maintainer (private e-mail)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libticalcs2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/libticalcs2/Makefile b/comms/libticalcs2/Makefile index 33f0732035e..be9b49de2cf 100644 --- a/comms/libticalcs2/Makefile +++ b/comms/libticalcs2/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/libticalcs USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes +USE_GCC= 3.4+ USE_GMAKE= yes USE_GNOME= glib20 gnomehack pkgconfig USE_LDCONFIG= yes |