diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-01 07:04:27 +0000 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-01 07:04:27 +0000 |
commit | 55266124e44fba0cfe5289354c3703d749aa92e7 (patch) | |
tree | 70531013e5b80a72dc437851a9ca5d335a80fb26 /graphics/qglviewer | |
parent | 6b0b817311cdd1f1098aeea3fdad85fdb0633734 (diff) | |
download | FreeBSD-ports-55266124e44fba0cfe5289354c3703d749aa92e7.zip FreeBSD-ports-55266124e44fba0cfe5289354c3703d749aa92e7.tar.gz |
update graphics/qglviewer:
- Do not install useless .la file
PR: 52896
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/qglviewer')
-rw-r--r-- | graphics/qglviewer/Makefile | 1 | ||||
-rw-r--r-- | graphics/qglviewer/files/patch-configure | 10 | ||||
-rw-r--r-- | graphics/qglviewer/pkg-plist | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index 9841660..e19e52a 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -8,6 +8,7 @@ PORTNAME= qglviewer PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.qglviewer.de/ diff --git a/graphics/qglviewer/files/patch-configure b/graphics/qglviewer/files/patch-configure new file mode 100644 index 0000000..ce08cd1 --- /dev/null +++ b/graphics/qglviewer/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu Mar 6 02:22:30 2003 ++++ configure Wed May 28 07:35:27 2003 +@@ -8295,6 +8295,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' diff --git a/graphics/qglviewer/pkg-plist b/graphics/qglviewer/pkg-plist index fd23070..d0fab0e 100644 --- a/graphics/qglviewer/pkg-plist +++ b/graphics/qglviewer/pkg-plist @@ -42,7 +42,6 @@ include/qglviewer/QSceneTreeRenderer.h include/qglviewer/QStereoCtrl.h include/qglviewer/QToggleButton.h lib/libqglviewer.a -lib/libqglviewer.la lib/libqglviewer.so lib/libqglviewer.so.4 %%PORTDOCS%%share/doc/qglviewer/AUTHORS |