diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-07 09:31:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-11-07 09:31:04 +0000 |
commit | 16e2f3a07e562662c1e9fa72de64dfa28dfc075a (patch) | |
tree | b136ba1ca8c8f16f747f6fa2c9d65dbdc971afd6 /graphics/pngwriter/files | |
parent | 13362e5e25683cef5a6d0d358a94f7eade052f31 (diff) |
Notes
Diffstat (limited to 'graphics/pngwriter/files')
-rw-r--r-- | graphics/pngwriter/files/patch-make.include.linux | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/pngwriter/files/patch-make.include.linux b/graphics/pngwriter/files/patch-make.include.linux new file mode 100644 index 000000000000..190dac39b70e --- /dev/null +++ b/graphics/pngwriter/files/patch-make.include.linux @@ -0,0 +1,14 @@ +--- make.include.linux.orig Fri Oct 17 23:39:10 2003 ++++ make.include.linux Fri Nov 7 17:23:01 2003 +@@ -1,7 +1,7 @@ +-CXX=g++ +-CXXFLAGS= -O3 -Wall -Wno-deprecated +-INC= -I../src +-LIBS= -L../src -lz -lpng -lpngwriter ++CXX?=g++ ++CXXFLAGS+= -Wall -Wno-deprecated ++INC= -I../src -I%%LOCALBASE%%/include ++LIBS= -L../src -lz -lpng -lpngwriter -L%%LOCALBASE%%/lib + INSTALL=install + DESTDIR=/usr/local + SELF=make.include.linux |