diff options
Diffstat (limited to 'media-gfx/fotoxx/files/fotoxx-11.07-makefile.patch')
-rw-r--r-- | media-gfx/fotoxx/files/fotoxx-11.07-makefile.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-gfx/fotoxx/files/fotoxx-11.07-makefile.patch b/media-gfx/fotoxx/files/fotoxx-11.07-makefile.patch deleted file mode 100644 index 7f5f07842823..000000000000 --- a/media-gfx/fotoxx/files/fotoxx-11.07-makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -r -U1 fotoxx-11.07.orig/Makefile fotoxx-11.07/Makefile ---- fotoxx-11.07.orig/Makefile 2011-07-02 00:05:59.000000000 +0700 -+++ fotoxx-11.07/Makefile 2011-07-14 22:30:30.000000000 +0700 -@@ -6,4 +6,4 @@ - # defaults for parameters that may be pre-defined --CXXFLAGS ?= -O3 -g -Wall --LDFLAGS ?= -O3 -g -Wall -rdynamic -+CXXFLAGS += -Wall -+LDFLAGS += -rdynamic - PREFIX ?= /usr -@@ -16,3 +16,3 @@ - LOCALESDIR = $(SHAREDIR)/locales --DOCDIR = $(PREFIX)/share/doc/fotoxx -+DOCDIR = $(PREFIX)/share/doc/$(PF) - MANDIR = $(PREFIX)/share/man/man1 -@@ -53,3 +53,3 @@ - zfuncs.o: zfuncs.cc -- $(CXX) $(CFLAGS) zfuncs.cc -+ $(CXX) $(CFLAGS) -DPF=\"$(PF)\" zfuncs.cc - |