diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 19:22:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 19:22:52 +0000 |
commit | 61ec1f9e4bd4843006ee774864a2e21eb2f190df (patch) | |
tree | f4c8d72b39b41c03901e8019f53334e3f4f718b0 /x11-toolkits/gal | |
parent | 7a83c95bd54228c6c6557175cbaea8eb93500187 (diff) | |
download | ports-61ec1f9e4bd4843006ee774864a2e21eb2f190df.tar.gz ports-61ec1f9e4bd4843006ee774864a2e21eb2f190df.zip |
Notes
Diffstat (limited to 'x11-toolkits/gal')
-rw-r--r-- | x11-toolkits/gal/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/gal/files/patch-configure | 13 |
2 files changed, 2 insertions, 15 deletions
diff --git a/x11-toolkits/gal/Makefile b/x11-toolkits/gal/Makefile index 8a95d94d92da..01d6cfe8c392 100644 --- a/x11-toolkits/gal/Makefile +++ b/x11-toolkits/gal/Makefile @@ -26,8 +26,8 @@ USE_GNOME= gnomehack gnomeprefix gnomehier libglade gnomevfs USE_ICONV= yes USE_GETTEXT= yes GNOME_HTML_DIR= ${PREFIX}/share/doc/gal -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_ARGS= --enable-static --with-libiconv CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/x11-toolkits/gal/files/patch-configure b/x11-toolkits/gal/files/patch-configure deleted file mode 100644 index 08fc564a6a1f..000000000000 --- a/x11-toolkits/gal/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/05/01 01:51:44 1.1 -+++ configure 2002/05/01 01:52:07 -@@ -5704,6 +5704,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' |