freebsd-ports/sysutils/xosview/files/patch-ac
Bill Fumerola 2c056b39cc Original PR upgraded to 1.7.0, 1.7.1 was released, so I upgraded it one step
further. patch-ac had to be modified because of some line differences in the
configure script, but it is functionally the same.

MAINTAINERship of this port changed, with the approval of both the former
and new MAINTAINER.

I also added MASTER_SITE_SUNSITE and removed the former maintainer's personal
distsite.

PR:		ports/10260
Submitted by:	sheldonh (new maintainer)
1999-03-14 18:12:26 +00:00

11 lines
502 B
Text

--- config/Makefile.config.in.orig Thu Feb 25 12:12:41 1999
+++ config/Makefile.config.in Sun Mar 14 13:05:07 1999
@@ -22,7 +22,7 @@
#-----------------------------------------------------------------
# Optimized CXXFLAGS
-CXXFLAGS += $(CFLAGS) -Wall -O4 -pipe -I@x_includes@ \
+CXXFLAGS += $(CFLAGS) -Wall -I@x_includes@ \
-DXOSVIEW_VERSION=\"$(VERS)\" -I$(TOP) -I$(TOP)/@host_dir@ @DEFS@
# DEBUG CXXFLAGS
#CXXFLAGS += $(CFLAGS) -Wall -ggdb -pipe -I@x_includes@ \