diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 17:36:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-22 17:36:28 +0000 |
commit | ca6947d9272b6c3a791fcf001c4bedb1f0f4a6e3 (patch) | |
tree | 1beb96829a70a13d7d627bfdf17ed8329912fa52 | |
parent | 6e752fef3b9dba0798e69123b25b711cd9ceb126 (diff) | |
download | ports-ca6947d9272b6c3a791fcf001c4bedb1f0f4a6e3.tar.gz ports-ca6947d9272b6c3a791fcf001c4bedb1f0f4a6e3.zip |
Notes
-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 |