diff options
author | bland <bland@FreeBSD.org> | 2004-07-16 04:26:07 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-07-16 04:26:07 +0000 |
commit | 217514b42a17b573163b75b72a8c48dd4f204a38 (patch) | |
tree | 5bac728b453f3fecd0b94ec3df240506884881a3 | |
parent | 2734357e94de1eff6eb6424ae9674bd6b5e9aa95 (diff) | |
download | FreeBSD-ports-217514b42a17b573163b75b72a8c48dd4f204a38.zip FreeBSD-ports-217514b42a17b573163b75b72a8c48dd4f204a38.tar.gz |
Put back USE_INC_LIBTOOL_VER=13 and lthack to fix build with
non-stock C++ compiller (gcc33 on -STABLE).
Noticed by: kris
-rw-r--r-- | x11-toolkits/libpanelappletmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 792b557..dde074e 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -24,8 +24,8 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.3 -USE_GNOME= gnomehack gnomepanel -USE_LIBTOOL_VER=15 +USE_GNOME= gnomehack lthack gnomepanel +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static |