aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpeg2ps-letter/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg2ps-letter/files')
-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