openbsd-ports/audio/xhippo/patches/patch-Makefile.in
naddy 4e49143083 - Do not try to link with id3lib.
- gettext cleanup.
2002-10-12 15:38:23 +00:00

13 lines
718 B
Plaintext

$OpenBSD: patch-Makefile.in,v 1.2 2002/10/12 15:38:23 naddy Exp $
--- Makefile.in.orig Mon Jul 23 21:16:01 2001
+++ Makefile.in Sat Oct 12 17:27:37 2002
@@ -98,7 +98,7 @@ SUBDIRS = intl po
# Enable this for debugging using gdb or similar
CFLAGS = -g -Wall -Wmissing-prototypes -Wstrict-prototypes
#CFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes
-CPPFLAGS = -DSYSTEMXHIPPOCONFIG=\"@sysconfdir@/xhippo.config\" -DVERSION=\"@VERSION@\" -DLOCALEDIR=\"@datadir@/locale\" @UIFLAGS@
+CPPFLAGS = -DSYSTEMXHIPPOCONFIG=\"@sysconfdir@/xhippo.config\" -DVERSION=\"@VERSION@\" -DLOCALEDIR=\"@datadir@/locale\" @UIFLAGS@ @CPPFLAGS@
# Kludge: intl needs config.h. We don't use config.h. We distribute an
# empty one.