diff options
author | kris <kris@FreeBSD.org> | 2003-10-19 10:14:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-19 10:14:28 +0000 |
commit | d2906eac8097f9c690d00511fbd06d62b21671c1 (patch) | |
tree | 86aa9b9f4e765589e7103e21d224d94617703b33 /japanese/recjis | |
parent | d967840eab456dfcaf45f80959487d373d292712 (diff) | |
download | FreeBSD-ports-d2906eac8097f9c690d00511fbd06d62b21671c1.zip FreeBSD-ports-d2906eac8097f9c690d00511fbd06d62b21671c1.tar.gz |
Respect CC and CFLAGS
Diffstat (limited to 'japanese/recjis')
-rw-r--r-- | japanese/recjis/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/recjis/files/patch-Makefile b/japanese/recjis/files/patch-Makefile new file mode 100644 index 0000000..9c7e850 --- /dev/null +++ b/japanese/recjis/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig Sun Oct 19 03:06:42 2003 ++++ Makefile Sun Oct 19 03:06:56 2003 +@@ -19,7 +19,9 @@ + + BINDIR=/usr/local/bin + LIBDIR=/usr/local/lib/recjis +-CFLAGS=-O -DLIBDIR=\"$(LIBDIR)\" ++CC?=cc ++CFLAGS?= -O -pipe ++CFLAGS+= -DLIBDIR=\"$(LIBDIR)\" + + prog: rjis rujis rsjis dejis + |