diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 21:16:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-14 21:16:35 +0000 |
commit | 7dc0abbf5419130e2cdbed5ee27d89612f830e35 (patch) | |
tree | 44261f8efd5a45201d45576fce6918470533bc6d /astro/gkrellmearth/files | |
parent | Gnash is a GNU Flash movie player. Till now it has been possible (diff) |
- Remove expired ports
Diffstat (limited to 'astro/gkrellmearth/files')
-rw-r--r-- | astro/gkrellmearth/files/patch-Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/astro/gkrellmearth/files/patch-Makefile b/astro/gkrellmearth/files/patch-Makefile deleted file mode 100644 index 5be777a0d8fe..000000000000 --- a/astro/gkrellmearth/files/patch-Makefile +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile.orig Thu May 17 18:42:12 2001 -+++ Makefile Tue Jul 3 01:49:50 2001 -@@ -1,17 +1,16 @@ --GTK_INCLUDE = `gtk-config --cflags` --GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `$(GTK_CONFIG) --cflags` -+GTK_LIB = `$(GTK_CONFIG) --libs` - --IMLIB_INCLUDE = `imlib-config --cflags-gdk` --IMLIB_LIB = `imlib-config --libs-gdk` --THREAD_LIB = -lpthread --INSTALLDIR = $(HOME)/.gkrellm/plugins -+IMLIB_INCLUDE = `$(IMLIB_CONFIG) --cflags-gdk` -+IMLIB_LIB = `$(IMLIB_CONFIG) --libs-gdk` -+INSTALLDIR = $(PREFIX)/libexec/gkrellm/plugins - - --FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) --LIBS = $(GTK_LIB) $(IMLIB_LIB) $(THREAD_LIB) -+FLAGS = -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) ${PTHREAD_CFLAGS} -+LIBS = $(GTK_LIB) $(IMLIB_LIB) ${PTHREAD_LIBS} - LFLAGS = -shared - --CC = gcc $(CFLAGS) $(FLAGS) -+CC += $(CFLAGS) $(FLAGS) - - OBJS = earth_anim.o - -@@ -26,4 +25,4 @@ - # %.o: %.c - - install: earth_anim.so -- install -c -s -m 644 earth_anim.so $(INSTALLDIR) -+ $(BSD_INSTALL_DATA) earth_anim.so $(INSTALLDIR) |