]> git.pld-linux.org Git - packages/playmidi.git/commitdiff
Forces playmidi to use 'glib-config' on order to obtain header files location
authormkochano <mkochano@pld-linux.org>
Sun, 30 Jan 2000 18:54:21 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    playmidi-glibconfig.patch -> 1.1

playmidi-glibconfig.patch [new file with mode: 0644]

diff --git a/playmidi-glibconfig.patch b/playmidi-glibconfig.patch
new file mode 100644 (file)
index 0000000..1167da0
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN playmidi-2.4.orig/Makefile playmidi-2.4/Makefile
+--- playmidi-2.4.orig/Makefile Sun Jan 30 14:10:44 2000
++++ playmidi-2.4/Makefile      Sun Jan 30 14:11:23 2000
+@@ -43,7 +43,7 @@
+ INSTALL = install -s
+ # if you are using the GUS Ultra driver module, add -DULTRA_DRIVER
+-CFLAGS        = $(RPM_OPT_FLAGS) $(INCAWE)
++CFLAGS        = $(RPM_OPT_FLAGS) $(INCAWE) `glib-config --cflags`
+ LDFLAGS =
+ OBJECTS = playmidi.o readmidi.o playevents.o \
This page took 0.144478 seconds and 4 git commands to generate.