1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/txtmerge/files/patch-aa
Michael Haro d0d0910cb5 unbroken it and add master sites
PR:		11420
Submitted by:	Chris Piazza cpiazza@home.net
1999-05-01 04:24:32 +00:00

21 lines
451 B
Plaintext

--- Makefile.orig Fri Jun 11 07:09:12 1993
+++ Makefile Fri Apr 30 18:21:35 1999
@@ -18,7 +18,7 @@
# GNU C
#OPTIMIZE= -fcombine-regs -O
# standard
-OPTIMIZE = -O
+#OPTIMIZE = -O
#####################################
# Debug flags
@@ -28,7 +28,7 @@
#####################################
#
#
-CFLAGS = $(DEBUG) $(OPTIMIZE) $(INCLUDEDIR)
+CFLAGS += $(DEBUG) $(OPTIMIZE) -I$(INCLUDEDIR)
txtmerge:
$(CC) $(CFLAGS) -o txtmerge txtmerge.c