diff options
author | kris <kris@FreeBSD.org> | 2002-03-31 06:59:12 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-03-31 06:59:12 +0000 |
commit | 476e0314803ffe3ff2edb977aa22bb676f3d38cf (patch) | |
tree | 9dfb6ef489e808ebb560066d399ca59a0aa38718 /chinese/bg5pdf/files | |
parent | 815f6ee421b0c93042108bbe770931a4ac754d45 (diff) | |
download | FreeBSD-ports-476e0314803ffe3ff2edb977aa22bb676f3d38cf.zip FreeBSD-ports-476e0314803ffe3ff2edb977aa22bb676f3d38cf.tar.gz |
Switch over to using pdflib-4.x instead of pdflib-3.x
Respect CC and CFLAGS
Diffstat (limited to 'chinese/bg5pdf/files')
-rw-r--r-- | chinese/bg5pdf/files/patch-ab | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chinese/bg5pdf/files/patch-ab b/chinese/bg5pdf/files/patch-ab index da69396..fc4c9c0 100644 --- a/chinese/bg5pdf/files/patch-ab +++ b/chinese/bg5pdf/files/patch-ab @@ -1,5 +1,6 @@ ---- Makefile.orig Mon Dec 3 07:46:28 2001 -+++ Makefile Mon Dec 3 07:46:51 2001 -@@ -0,0 +1,2 @@ +--- Makefile.orig Sat Mar 30 23:01:25 2002 ++++ Makefile Sat Mar 30 23:01:40 2002 +@@ -0,0 +1,3 @@ +all: -+ gcc -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.2 -L/usr/local/lib -lpdf -o bg5pdflib.so ++ ${CC} ${CFLAGS} -shared bg5pdflib.c -I/usr/local/include -I /usr/local/include/python2.2 -L/usr/local/lib -lpdf -o bg5pdflib.so ++ |