1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/gqmpeg-devel/files/patch-aa
Chris Piazza 1e5a838e0a Update to 0.6.3.
PR:		12507
Submitted by:	Rod Taylor <rod@idiotswitch.org>
1999-07-05 02:20:08 +00:00

23 lines
494 B
Plaintext

--- Makefile.orig Sat Jul 3 04:39:08 1999
+++ Makefile Mon Jul 5 19:14:39 1999
@@ -1,8 +1,7 @@
-PREFIX=/usr/local
-GTK_INCLUDE = `gtk-config --cflags`
-GTK_LIB = `gtk-config --libs`
+GTK_INCLUDE = `gtk12-config --cflags`
+GTK_LIB = `gtk12-config --libs`
IMLIB_INCLUDE = `imlib-config --cflags-gdk`
IMLIB_LIB = `imlib-config --libs-gdk`
@@ -15,7 +14,7 @@
#for IRIX
#LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio
-CC = gcc -Wall
+CC += -Wall
GNOME_PREFIX = `gnome-config --prefix`