diff options
author | ade <ade@FreeBSD.org> | 2000-02-25 10:16:57 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-25 10:16:57 +0800 |
commit | 6eb18e77ecc46968306cccb56009a233ead25ec4 (patch) | |
tree | 3265042fb309203cb71076624efab31717a23f79 /multimedia/gxanim/files | |
parent | a66100d415fc26261854ca87ea8e15b0c9731d48 (diff) | |
download | freebsd-ports-gnome-6eb18e77ecc46968306cccb56009a233ead25ec4.tar.gz freebsd-ports-gnome-6eb18e77ecc46968306cccb56009a233ead25ec4.tar.zst freebsd-ports-gnome-6eb18e77ecc46968306cccb56009a233ead25ec4.zip |
Update to 0.50 (less bugs, GTK fixes, better memory
management and a history function)
PR: 16947
Submitted by: maintainer
Diffstat (limited to 'multimedia/gxanim/files')
-rw-r--r-- | multimedia/gxanim/files/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/multimedia/gxanim/files/patch-aa b/multimedia/gxanim/files/patch-aa index 7c4b94a1f6d7..b514f7ff7c48 100644 --- a/multimedia/gxanim/files/patch-aa +++ b/multimedia/gxanim/files/patch-aa @@ -1,19 +1,19 @@ ---- Makefile.orig Tue Aug 31 14:57:46 1999 -+++ Makefile Mon Sep 20 11:32:09 1999 +--- Makefile.orig Sun Nov 21 18:20:58 1999 ++++ Makefile Thu Feb 24 18:07:32 2000 @@ -1,8 +1,8 @@ -CC = gcc -CFLAGS = -O2 `gtk-config --cflags` -INSTALLDIR = /usr/local/bin -+# CC = gcc -+CFLAGS += `${GTK_CONFIG} --cflags` ++CC?= gcc ++CFLAGS+= `${GTK_CONFIG} --cflags` +INSTALLDIR = ${PREFIX}/bin -LIBS = `gtk-config --libs` +LIBS = `${GTK_CONFIG} --libs` - OBJS = runxanim.o gxanim.o memory.o filesel.o util.o valxanim.o control.o windows.o config.o prefs.o - - FINAL = gxanim -@@ -29,5 +29,5 @@ + OBJS = runxanim.o gxanim.o memory.o filesel.o util.o \ + valxanim.o control.o windows.o config.o prefs.o \ + history.o gtkmovie.o +@@ -31,5 +31,5 @@ rm -f ${FINAL} install : |