diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-11 08:58:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-06-11 08:58:13 +0000 |
commit | d7ae2000953aa43e9f431dfa7f04825c3ebeadef (patch) | |
tree | 14caf2d39cca75599ae08a3de8ade48a6e63db99 /x11-toolkits | |
parent | b697cb1713885aced1506889708aeea6b4d8bbe5 (diff) | |
download | ports-d7ae2000953aa43e9f431dfa7f04825c3ebeadef.tar.gz ports-d7ae2000953aa43e9f431dfa7f04825c3ebeadef.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch (renamed from x11-toolkits/gnustep-gui/files/extra-patch-Tools_sound_AudioOutputSink.m) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index b2759a0dad2e..5070f19ee064 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -59,7 +59,7 @@ BREAKS_IF_PEDANTIC= yes PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1} .if defined(WITH_GNUSTEP_DEVEL) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Tools_sound_AudioOutputSink.m +EXTRA_PATCHES+= ${FILESDIR}/AudioOutputSink.m.patch .endif .if defined(WITHOUT_GNUSTEP_FAKEMAIN) diff --git a/x11-toolkits/gnustep-gui/files/extra-patch-Tools_sound_AudioOutputSink.m b/x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch index 4610c84a9431..4610c84a9431 100644 --- a/x11-toolkits/gnustep-gui/files/extra-patch-Tools_sound_AudioOutputSink.m +++ b/x11-toolkits/gnustep-gui/files/AudioOutputSink.m.patch |