diff options
author | gahr <gahr@FreeBSD.org> | 2008-06-23 07:01:48 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-06-23 07:01:48 +0800 |
commit | 2fba8e554a4af28c16fcb7e546c5498b61d0e2a0 (patch) | |
tree | 686611ad6f79b935604a147a674255690ab258c2 /graphics | |
parent | a3c79f1d3fb2a618901267620b270c367b545205 (diff) | |
download | freebsd-ports-gnome-2fba8e554a4af28c16fcb7e546c5498b61d0e2a0.tar.gz freebsd-ports-gnome-2fba8e554a4af28c16fcb7e546c5498b61d0e2a0.tar.zst freebsd-ports-gnome-2fba8e554a4af28c16fcb7e546c5498b61d0e2a0.zip |
- Fix PLIST on some platforms
PR: 124876
Submitted by: Daniel Austin MBCS <freebsd-sparc64@dan.me.uk>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libvisual/Makefile | 3 | ||||
-rw-r--r-- | graphics/libvisual/pkg-plist | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index 15a603794d07..07f4c6a1cea5 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -28,9 +28,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if ${ARCH} == "i386" || ${ARCH} == "amd64" CFLAGS+= -mmmx -PLIST_SUB+= ARCH="" -.else -PLIST_SUB+= ARCH="@comment" .endif post-patch: diff --git a/graphics/libvisual/pkg-plist b/graphics/libvisual/pkg-plist index 9199fcf2b540..7f6eec26a91e 100644 --- a/graphics/libvisual/pkg-plist +++ b/graphics/libvisual/pkg-plist @@ -1,4 +1,3 @@ -%%ARCH%%lib/libvisual.a include/libvisual/libvisual.h include/libvisual/lv_actor.h include/libvisual/lv_audio.h @@ -31,6 +30,7 @@ include/libvisual/lv_types.h include/libvisual/lv_ui.h include/libvisual/lv_video.h include/libvisual/lvconfig.h +lib/libvisual.a lib/libvisual.la lib/libvisual.so lib/libvisual.so.0 |