diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-05 02:20:08 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-05 02:20:08 +0000 |
commit | 1e5a838e0ac27d11cbe150ba9eb3fb48617ca8a5 (patch) | |
tree | a8a509ed2006ebfe0eb3b7f80c46caf201a9690b /audio/gqmpeg-devel/files/patch-aa | |
parent | Fix the previous commit to do a @unexec rmdir ... instead. (diff) |
Update to 0.6.3.
PR: 12507
Submitted by: Rod Taylor <rod@idiotswitch.org>
Notes
Notes:
svn path=/head/; revision=20063
Diffstat (limited to 'audio/gqmpeg-devel/files/patch-aa')
-rw-r--r-- | audio/gqmpeg-devel/files/patch-aa | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/audio/gqmpeg-devel/files/patch-aa b/audio/gqmpeg-devel/files/patch-aa index 67188587f308..f06e819ff7ca 100644 --- a/audio/gqmpeg-devel/files/patch-aa +++ b/audio/gqmpeg-devel/files/patch-aa @@ -1,6 +1,6 @@ ---- Makefile.orig Tue May 25 18:10:24 1999 -+++ Makefile Tue May 25 18:11:45 1999 -@@ -1,12 +1,11 @@ +--- Makefile.orig Sat Jul 3 04:39:08 1999 ++++ Makefile Mon Jul 5 19:14:39 1999 +@@ -1,8 +1,7 @@ -PREFIX=/usr/local @@ -11,12 +11,7 @@ IMLIB_INCLUDE = `imlib-config --cflags-gdk` IMLIB_LIB = `imlib-config --libs-gdk` --CFLAGS = $(GTK_INCLUDE) $(IMLIB_INCLUDE) -+CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) - LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) - - #The following commented out lines are for replacing the stock defines on -@@ -18,7 +17,7 @@ +@@ -15,7 +14,7 @@ #for IRIX #LDFLAGS = $(GTK_LIB) $(IMLIB_LIB) -laudio |