freebsd-ports/palm/makeztxt/files/patch-Makefile
Pav Lucistnik 2fb00cea5e - Update to 1.60
PR:		ports/96579
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2006-05-01 15:00:27 +00:00

21 lines
505 B
Text

--- ./Makefile.orig Mon May 1 14:39:51 2006
+++ ./Makefile Mon May 1 14:40:05 2006
@@ -9,8 +9,7 @@
LIBS = -lztxt
INCLUDE = -I../common -I.
-CC = gcc
-CFLAGS = -Wall -O2 -pipe $(INCLUDE)
+CFLAGS = -Wall $(INCLUDE)
# GNU make is mandatory
#MAKE = make
@@ -44,7 +43,7 @@
# If you're on a system that does not have getopt.h or does not have the
# getopt_long() function, comment this out. Regular getopt() will be used.
-LONG_OPTS = 1
+#LONG_OPTS = 1
#####################################