aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg2ps-letter
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-19 09:45:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-19 09:45:15 +0000
commit5962bd79d091390e15b7f73c5da847113d8333b2 (patch)
treef994a504ce4494ed1208dd4b31f65e846e6287ad /graphics/jpeg2ps-letter
parent0d41f1f6f1b7905fd516a705eb5c2a6d259da2cd (diff)
downloadports-5962bd79d091390e15b7f73c5da847113d8333b2.tar.gz
ports-5962bd79d091390e15b7f73c5da847113d8333b2.zip
Respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=91652
Diffstat (limited to 'graphics/jpeg2ps-letter')
-rw-r--r--graphics/jpeg2ps-letter/files/patch-aa31
1 files changed, 12 insertions, 19 deletions
diff --git a/graphics/jpeg2ps-letter/files/patch-aa b/graphics/jpeg2ps-letter/files/patch-aa
index d45538df580d..59ac870197e9 100644
--- a/graphics/jpeg2ps-letter/files/patch-aa
+++ b/graphics/jpeg2ps-letter/files/patch-aa
@@ -1,19 +1,12 @@
-*** Makefile.orig Thu Aug 8 08:14:04 2002
---- Makefile Thu Aug 8 08:17:47 2002
-***************
-*** 14,20 ****
- # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
- # make -f Makefile "CFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
-
-! CFLAGS=-c -DA4
- LD=cc
- LDFLAGS=
- OBJ=o
---- 14,20 ----
- # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
- # make -f Makefile "CFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
-
-! CFLAGS=-O -c
- LD=cc
- LDFLAGS=
- OBJ=o
+--- Makefile.orig Mon Feb 4 03:39:21 2002
++++ Makefile Sun Oct 19 02:44:27 2003
+@@ -14,7 +14,8 @@
+ # The following was reported to work for emx/gcc 0.9c fix04 under OS/2:
+ # make -f Makefile "CFLAGS=-c -DA4 -DDOS -O2" "LDFLAGS=-Zexe -s"
+
+-CFLAGS=-c -DA4
++CFLAGS?=-O -pipe
++CFLAGS+=-c
+ LD=cc
+ LDFLAGS=
+ OBJ=o