summaryrefslogtreecommitdiff
path: root/graphics/hppsmtools/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hppsmtools/files/patch-aa')
-rw-r--r--graphics/hppsmtools/files/patch-aa40
1 files changed, 12 insertions, 28 deletions
diff --git a/graphics/hppsmtools/files/patch-aa b/graphics/hppsmtools/files/patch-aa
index d2277344301a..aa1fc2becf9e 100644
--- a/graphics/hppsmtools/files/patch-aa
+++ b/graphics/hppsmtools/files/patch-aa
@@ -1,28 +1,12 @@
---- Makefile.orig Sun Jan 30 17:23:28 2000
-+++ Makefile Sun Jan 30 17:24:52 2000
-@@ -7,21 +7,20 @@
-
-
- COPTS=-g $(ADDIT_DEFS) -Wall
--CC=gcc $(COPTS)
-
- .c.o:
-- $(CC) -c $<
-+ $(CC) $(COPTS) -c $<
-
- DESTDIR=hppsmtools-$(PSM_VERSION)
-
- psmget: psmget.o
-- $(CC) psmget.o -o psmget
-+ $(CC) $(COPTS) psmget.o -o psmget
-
- psmget.o: psmget.c psmget.h
-- $(CC) -c psmget.c -DPSM_VERSION=\"$(PSM_VERSION)\"
-+ $(CC) $(COPTS) -c psmget.c -DPSM_VERSION=\"$(PSM_VERSION)\"
-
- crcguess: crcguess.o crc32.o
-- gcc crcguess.o crc32.o -o crcguess
-+ $(CC) crcguess.o crc32.o -o crcguess
-
- distri:
- -mkdir $(DESTDIR)
+--- Makefile.orig Wed Mar 1 09:23:12 2000
++++ Makefile Mon Mar 20 19:23:54 2000
+@@ -6,8 +6,7 @@
+ # Set this to your liking
+ PREFIX=/usr/local
+
+-COPTS=$(ADDIT_DEFS) -Wall -pedantic
+-CC=gcc
++COPTS=$(ADDIT_DEFS) -Wall -pedantic $(CFLAGS)
+
+ FILES= psm.h psm.c \
+ exif.h exifparse.c \