summaryrefslogtreecommitdiffstats
path: root/polish
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-18 10:04:48 +0000
committerpav <pav@FreeBSD.org>2004-02-18 10:04:48 +0000
commit736f5265028f6c38c3da6d8d4b751775ea533201 (patch)
treed4f367507d2a88f91362e24a704b9c32f092d343 /polish
parent686be4115e8d4dd6205e85a0e663fa87f69423c2 (diff)
downloadFreeBSD-ports-736f5265028f6c38c3da6d8d4b751775ea533201.zip
FreeBSD-ports-736f5265028f6c38c3da6d8d4b751775ea533201.tar.gz
- 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.
Diffstat (limited to 'polish')
-rw-r--r--polish/gnugadu2/Makefile4
-rw-r--r--polish/gnugadu2/files/patch-src::plugins::Makefile.in11
2 files changed, 11 insertions, 4 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile
index a9ac89a..eac7053 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 0000000..0ae3550
--- /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
OpenPOWER on IntegriCloud