diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-19 03:31:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-19 03:31:19 +0800 |
commit | 16344d7036b963face48d5e237425ab948969d86 (patch) | |
tree | 642daffcb61b48689a639416561da765af2b3f3e /graphics | |
parent | a55cfb86bb1dd6787906ba6022d1561097be54b1 (diff) | |
download | freebsd-ports-gnome-16344d7036b963face48d5e237425ab948969d86.tar.gz freebsd-ports-gnome-16344d7036b963face48d5e237425ab948969d86.tar.zst freebsd-ports-gnome-16344d7036b963face48d5e237425ab948969d86.zip |
Remove old libtool patch and add INSTALL_TARGET=install-strip
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gltt/Makefile | 4 | ||||
-rw-r--r-- | graphics/gltt/files/patch-configure | 10 |
2 files changed, 1 insertions, 13 deletions
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 33b1c33a65bf..64cb0f00ab8a 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -23,9 +23,7 @@ CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ --with-gl-libraries=${LOCALBASE}/lib \ --with-glut-includes=${LOCALBASE}/include \ --with-glut-libraries=${LOCALBASE}/lib +INSTALL_TARGET= install-strip USE_LDCONFIG= yes -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgltt.so - .include <bsd.port.mk> diff --git a/graphics/gltt/files/patch-configure b/graphics/gltt/files/patch-configure deleted file mode 100644 index 4d80e31b06e4..000000000000 --- a/graphics/gltt/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Dec 1 05:06:23 2001 -+++ configure Sat Aug 16 19:39:23 2003 -@@ -6467,6 +6467,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' |