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

23 lines
494 B
Plaintext
Raw Normal View History

--- Makefile.orig Sat Jul 3 04:39:08 1999
+++ Makefile Mon Jul 5 19:14:39 1999
@@ -1,8 +1,7 @@
1998-12-09 06:56:52 +00:00
-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`