diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-26 00:44:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-26 00:44:52 +0800 |
commit | 7007cd0af988bb54241778c43e633ad66c486c1a (patch) | |
tree | eb965f3be6d5ecbb5ca31c391e7f8d2ccc9be6f3 /vietnamese | |
parent | d60d9e9c22b03bf21140339b8c8eefa1a5a4f7d4 (diff) | |
download | freebsd-ports-graphics-7007cd0af988bb54241778c43e633ad66c486c1a.tar.gz freebsd-ports-graphics-7007cd0af988bb54241778c43e633ad66c486c1a.tar.zst freebsd-ports-graphics-7007cd0af988bb54241778c43e633ad66c486c1a.zip |
Respect CFLAGS.
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnconvert/files/patch-makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vietnamese/vnconvert/files/patch-makefile b/vietnamese/vnconvert/files/patch-makefile new file mode 100644 index 00000000000..12865765797 --- /dev/null +++ b/vietnamese/vnconvert/files/patch-makefile @@ -0,0 +1,11 @@ +--- makefile.orig Fri May 20 13:36:14 1994 ++++ makefile Sun Mar 25 08:28:08 2001 +@@ -2 +2 @@ +- cc -o vnconvert vnconvert.c conv.o vn78.o ++ cc -g -o vnconvert vnconvert.c conv.o vn78.o +@@ -5 +5 @@ +- cc -c conv.c ++ cc -g ${CFLAGS} -c conv.c +@@ -8 +8 @@ +- cc -c vn78.c ++ cc -g ${CFLAGS} -c vn78.c |