diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-16 21:56:36 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-07-16 21:56:36 +0800 |
commit | c04f453e49e64a312018169ce201aaa40e359a19 (patch) | |
tree | 9512222b59077f7e11c5af24fadd2213257ad4e9 /print | |
parent | 53805651471bb8f12fc2774c180c9ac5a499d0e7 (diff) | |
download | marcuscom-ports-c04f453e49e64a312018169ce201aaa40e359a19.tar.gz marcuscom-ports-c04f453e49e64a312018169ce201aaa40e359a19.tar.zst marcuscom-ports-c04f453e49e64a312018169ce201aaa40e359a19.zip |
Use libtool13 and lthack to get port compiled with non-stock
C++ compiler.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2479 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprintmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libgnomeprintmm/Makefile b/print/libgnomeprintmm/Makefile index cad2eb7f3..4afadb223 100644 --- a/print/libgnomeprintmm/Makefile +++ b/print/libgnomeprintmm/Makefile @@ -22,9 +22,9 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.3 -USE_GNOME= gnomeprefix gnomehack libgnomeprint +USE_GNOME= gnomeprefix gnomehack lthack libgnomeprint INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_INC_LIBTOOL_VER=13 CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.5" API_VERSION="2.6" |