diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-03 01:21:40 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-03 01:21:40 +0000 |
commit | 5ff5570d47d96c27115420d09cdfd593c9c08d8b (patch) | |
tree | 8bd8f8d0ac9abb103f53fee656fcd3743a4347a4 /audio | |
parent | - Support CC/CFLAGS/PREFIX properly (diff) |
Allow this port to build if the libmikmod port is installed.
Notes
Notes:
svn path=/head/; revision=33344
Diffstat (limited to 'audio')
-rw-r--r-- | audio/kmikmod/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/kmikmod/files/patch-aa b/audio/kmikmod/files/patch-aa new file mode 100644 index 000000000000..9361b7c440f8 --- /dev/null +++ b/audio/kmikmod/files/patch-aa @@ -0,0 +1,11 @@ +--- kmikmod/Makefile.in.orig Sat Sep 30 11:47:17 2000 ++++ kmikmod/Makefile.in Sat Sep 30 11:47:44 2000 +@@ -150,7 +150,7 @@ + MIKMOD=../libmikmod + + APPSDIR = $(kde_appsdir)/Multimedia +-INCLUDES= $(all_includes) -I./$(MIKMOD)/include ++INCLUDES= -I./$(MIKMOD)/include $(all_includes) + SUBDIRS = pics + bin_PROGRAMS = kmikmod + kmikmod_SOURCES = LCDWidget.cpp Main.cpp ModClass.cpp PlayList.cpp \ |