diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-09 18:14:16 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-09 18:14:16 +0000 |
commit | 4932d96a965ac4e9f431340e0d0b7c51863c64bc (patch) | |
tree | a4e0456a38a662eb4c05e93b13d6e9977b97786b | |
parent | Use GCC 3.4 to fix the build on 4.X. (diff) |
fix build on 4
Noted by: pointyhat via kris
Notes
Notes:
svn path=/head/; revision=137115
-rw-r--r-- | graphics/aqsis/Makefile | 4 | ||||
-rw-r--r-- | net-im/ayttm/Makefile | 4 | ||||
-rw-r--r-- | net/ayttm/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 898d7a4dd0ff..ce875c9aa02f 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -20,11 +20,11 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GCC= 3.4 -USE_GNOME= gnometarget lthack +USE_GNOME= gnometarget USE_BISON= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALLS_SHLIB= yes diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index c4f23f511ccd..8058d7092576 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -27,13 +27,13 @@ USE_BZIP2= yes USE_GCC= 3.4 USE_X_PREFIX= yes WANT_GNOME= yes -USE_GNOME= gdkpixbuf gnometarget lthack +USE_GNOME= gdkpixbuf gnometarget USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_LIBLTDL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index c4f23f511ccd..8058d7092576 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -27,13 +27,13 @@ USE_BZIP2= yes USE_GCC= 3.4 USE_X_PREFIX= yes WANT_GNOME= yes -USE_GNOME= gdkpixbuf gnometarget lthack +USE_GNOME= gdkpixbuf gnometarget USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_LIBLTDL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter |