diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-08-20 21:34:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-08-20 21:34:47 +0800 |
commit | 2666a2581ad62491db6a75b0b55e4c0032b792f4 (patch) | |
tree | 6dbddad7e19bb5a3f7e3d78c2677e17ec38ec824 /audio | |
parent | 1b62a237991347164fbf3a7e56eb772955edfc77 (diff) | |
download | freebsd-ports-gnome-2666a2581ad62491db6a75b0b55e4c0032b792f4.tar.gz freebsd-ports-gnome-2666a2581ad62491db6a75b0b55e4c0032b792f4.tar.zst freebsd-ports-gnome-2666a2581ad62491db6a75b0b55e4c0032b792f4.zip |
audio/alsa-plugins: back out r394862, already applied by r394778
It is a remnant from |git rebase| not ignoring line order by default
when detecting already merged changes.
Reported by: kwm
Diffstat (limited to 'audio')
-rw-r--r-- | audio/alsa-plugins/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile index f86668facdcd..b23d52cd7d4f 100644 --- a/audio/alsa-plugins/Makefile +++ b/audio/alsa-plugins/Makefile @@ -38,7 +38,6 @@ BLKCNT_P2_CFLAGS=-DFREEBSD_OSS_BLKCNT_P2 BUFSZ_P2_CFLAGS=-DFREEBSD_OSS_BUFSZ_P2 VERBOSE_CFLAGS= -DFREEBSD_OSS_DEBUG_VERBOSE -JACK_IMPLIES= SAMPLERATE JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack JACK_CONFIGURE_ENABLE= jack JACK_IMPLIES= SAMPLERATE |