diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-10 19:46:49 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-12-10 19:46:49 +0000 |
commit | 49e74923977c47483f9c6803b9f4877c6c656c12 (patch) | |
tree | a8afaa727bcb7bb5a122c19dee58308e899b8cbe /japanese/kanjipad/files/patch-Makefile | |
parent | 3b0f13261b70891a1b5a03826b5155476045b93d (diff) | |
download | freebsd-ports-49e74923977c47483f9c6803b9f4877c6c656c12.zip |
- Update to 2.0.0
PR: ports/90196
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'japanese/kanjipad/files/patch-Makefile')
-rw-r--r-- | japanese/kanjipad/files/patch-Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/japanese/kanjipad/files/patch-Makefile b/japanese/kanjipad/files/patch-Makefile deleted file mode 100644 index d00d8b17b047..000000000000 --- a/japanese/kanjipad/files/patch-Makefile +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.orig Sat Mar 30 17:12:23 2002 -+++ Makefile Sat Mar 30 17:12:10 2002 -@@ -1,10 +1,10 @@ - OPTIMIZE=-g -Wall - #OPTIMIZE=-O2 - --GTKLIBS=`gtk-config --libs` --GTKINC=`gtk-config --cflags` -+GTKLIBS=`$(GTK_CONFIG) --libs` -+GTKINC=`$(GTK_CONFIG) --cflags` - --PREFIX=/usr/local -+#PREFIX=/usr/local - DATADIR=$(PREFIX)/share - - # location in which binaries are installed -@@ -17,7 +17,7 @@ - ####### No editing should be needed below here ########## - - OBJS = kpengine.o scoring.o util.o --CFLAGS = $(OPTIMIZE) $(GTKINC) -DFOR_PILOT_COMPAT -DKP_LIBDIR=\"$(LIBDIR)\" -+CFLAGS += $(OPTIMIZE) $(GTKINC) -DFOR_PILOT_COMPAT -DKP_LIBDIR=\"$(LIBDIR)\" - - all: kpengine kanjipad jdata.dat |