openbsd-ports/audio/herrie/patches/patch-configure
jasper 24ed040c9b - update herrie to 2.0.2
from emilien gaspar, with a tweak by me.
2008-05-26 08:23:09 +00:00

15 lines
636 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2008/05/26 08:23:09 jasper Exp $
--- configure.orig Wed Apr 23 21:29:24 2008
+++ configure Sun May 25 16:14:02 2008
@@ -393,8 +393,8 @@ $APP_NAME$CFG_BINEXT: $OBJS
# Linking $APP_NAME$CFG_BINEXT
$DOIT$CC $OBJS $LDFLAGS -o $APP_NAME$CFG_BINEXT
$APP_NAME.1.gz: $MANFILES Makefile
- # Generating manual page $APP_NAME.1.gz
- ${DOIT}sed $MANREGEX $MANFILES | gzip -9 > $APP_NAME.1.gz
+ # Generating manual page $APP_NAME.1
+ ${DOIT}sed $MANREGEX $MANFILES > $APP_NAME.1
clean:
# Removing $APP_NAME$CFG_BINEXT $APP_NAME.1.gz *.dSYM *.mo *.o
${DOIT}rm -f $APP_NAME$CFG_BINEXT $APP_NAME.1.gz *.mo *.o