diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-12-23 01:36:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-12-23 01:36:28 +0800 |
commit | 89f09b97318b83f6caf445b0895d0d642dc5d27f (patch) | |
tree | f56716c0c00f2d8f69ffee5be7328de4c8448c64 | |
parent | be05da3d16c040b2163eb344696bdc01cbd168ec (diff) | |
download | freebsd-ports-gnome-89f09b97318b83f6caf445b0895d0d642dc5d27f.tar.gz freebsd-ports-gnome-89f09b97318b83f6caf445b0895d0d642dc5d27f.tar.zst freebsd-ports-gnome-89f09b97318b83f6caf445b0895d0d642dc5d27f.zip |
- Do not install useless .la file
PR: 45920
Submitted by: Ports Fury
-rw-r--r-- | audio/resid/Makefile | 5 | ||||
-rw-r--r-- | audio/resid/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/resid/pkg-plist | 1 |
3 files changed, 13 insertions, 3 deletions
diff --git a/audio/resid/Makefile b/audio/resid/Makefile index 05e1adb3000b..3c6cf68698eb 100644 --- a/audio/resid/Makefile +++ b/audio/resid/Makefile @@ -7,6 +7,7 @@ PORTNAME= resid PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= audio emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sidplay2 @@ -18,8 +19,8 @@ MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LIBTOOL= yes -GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --enable-shared INSTALLS_SHLIB= yes -CONFIGURE_ARGS+= --enable-shared .include <bsd.port.mk> diff --git a/audio/resid/files/patch-configure b/audio/resid/files/patch-configure new file mode 100644 index 000000000000..80179fd2aa93 --- /dev/null +++ b/audio/resid/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Jan 25 08:31:44 2002 ++++ configure Sun Dec 1 06:47:22 2002 +@@ -13231,6 +13231,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/audio/resid/pkg-plist b/audio/resid/pkg-plist index e91cf19a1591..a578a46f75e2 100644 --- a/audio/resid/pkg-plist +++ b/audio/resid/pkg-plist @@ -8,7 +8,6 @@ include/resid/spline.h include/resid/voice.h include/resid/wave.h lib/libresid.a -lib/libresid.la lib/libresid.so lib/libresid.so.2 @dirrm include/resid |