diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-18 10:04:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-18 10:04:48 +0000 |
commit | 0ea628f65660c89899536fdc0894c7991ae11706 (patch) | |
tree | 6aa188614e7b7b8c836cf1c2574bec409d5e6872 /polish | |
parent | 2c4fe14389f6e80498cc14c33edf0d3e6628acfa (diff) | |
download | ports-0ea628f65660c89899536fdc0894c7991ae11706.tar.gz ports-0ea628f65660c89899536fdc0894c7991ae11706.zip |
- Fix Makefile logic: enter src/plugins/sound subdir when external sound plugin
only is enabled in configure script.
- This fixes packing on Bento.
- Patch submitted to authors.
Notes
Notes:
svn path=/head/; revision=101311
Diffstat (limited to 'polish')
-rw-r--r-- | polish/gnugadu2/Makefile | 4 | ||||
-rw-r--r-- | polish/gnugadu2/files/patch-src::plugins::Makefile.in | 11 |
2 files changed, 11 insertions, 4 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index a9ac89ad71bf..eac7053b6d0f 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -39,10 +39,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 -BROKEN= "Broken pkg-plist" -.endif - .if (${HAVE_GNOME:Mesound}!="") WITH_ESOUND= yes .endif diff --git a/polish/gnugadu2/files/patch-src::plugins::Makefile.in b/polish/gnugadu2/files/patch-src::plugins::Makefile.in new file mode 100644 index 000000000000..0ae35503c4c8 --- /dev/null +++ b/polish/gnugadu2/files/patch-src::plugins::Makefile.in @@ -0,0 +1,11 @@ +--- src/plugins/Makefile.in.orig Wed Jan 14 21:21:00 2004 ++++ src/plugins/Makefile.in Wed Feb 18 10:56:37 2004 +@@ -244,6 +244,8 @@ + + @BUILD_SOUND_OSS_TRUE@SOUND = sound + ++@BUILD_SOUND_EXTERNAL_TRUE@SOUND = sound ++ + @BUILD_SMS_TRUE@SMS = sms + + @BUILD_REMOTE_TRUE@REMOTE = remote |