summaryrefslogtreecommitdiff
path: root/graphics/fxtv/files/patch-ab
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 22:49:21 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 22:49:21 +0000
commit879e57e564e9f6d4d652e7494a8e0b79562842a2 (patch)
tree6921c77569d059ba85a33eb1a2456513021bdc7a /graphics/fxtv/files/patch-ab
parentAdd ecgi 0.6.2, a library for the creation of CGI-based Web (diff)
update to 1.03.
PR: 25646 Submitted by: John Saunders <john@nlc.net.au> (Non-response from maintainer)
Diffstat (limited to 'graphics/fxtv/files/patch-ab')
-rw-r--r--graphics/fxtv/files/patch-ab31
1 files changed, 5 insertions, 26 deletions
diff --git a/graphics/fxtv/files/patch-ab b/graphics/fxtv/files/patch-ab
index d3fa7e282669..e93539ed64f2 100644
--- a/graphics/fxtv/files/patch-ab
+++ b/graphics/fxtv/files/patch-ab
@@ -1,32 +1,11 @@
---- Makefile.orig Thu Nov 4 18:43:51 1999
-+++ Makefile Sun Aug 6 19:19:54 2000
-@@ -3,16 +3,17 @@
- #
-
- HAVE_XFREE86 = YES
--X11BASE = /usr/X11R6
-+X11BASE ?= /usr/X11R6
-+LOCALBASE ?= /usr/local
- DEBUG = NO
- OS = $(shell uname -s)
- OS_MAJOR = $(shell uname -r | cut -f1 -d\.)
-
- override CF_VERS = -DVERS_STR=\"1.02\"
- override VIDEOLIB_DIR = ./videolib
--override INC = -I$(X11BASE)/include -I/usr/local/include \
-+override INC = -I$(X11BASE)/include -I$(LOCALBASE)/include \
- -I$(VIDEOLIB_DIR) -I.
--override LIBDIRS = $(X11BASE)/lib /usr/local/lib
-+override LIBDIRS = $(X11BASE)/lib $(LOCALBASE)/lib
- override SHELL = /bin/sh
-
- #
-@@ -45,7 +46,7 @@
+--- Makefile.orig Tue Feb 13 09:08:59 2001
++++ Makefile Sat Mar 10 17:36:25 2001
+@@ -62,7 +62,7 @@
ifneq ($(DEBUG),NO)
override CFLAGS = -DDEBUG -g
else
-- override CFLAGS = -O2 -m486
-+ override CFLAGS = #-O2 -m486
+- override CFLAGS = -DNDEBUG -O2
++ override CFLAGS += -DNDEBUG #-O2
endif
C_WARN_FLAG = -Wall
override CFLAGS += $(C_WARN_FLAG) $(INC) $(CF_VERS)