diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-04 05:14:04 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-04 05:14:04 +0800 |
commit | 4f13292d3bb98879eeea5e73cf07c41b9b4c30f9 (patch) | |
tree | b919918cdc47b91e6af26073a6c5b616219139e0 /irc/quirc | |
parent | 1ad0e49145ccac470837b0feb589c7d9935e5992 (diff) | |
download | freebsd-ports-graphics-4f13292d3bb98879eeea5e73cf07c41b9b4c30f9.tar.gz freebsd-ports-graphics-4f13292d3bb98879eeea5e73cf07c41b9b4c30f9.tar.zst freebsd-ports-graphics-4f13292d3bb98879eeea5e73cf07c41b9b4c30f9.zip |
Unbreak with NEWGCC and remove a bogus master site
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 3 | ||||
-rw-r--r-- | irc/quirc/files/patch-aa | 13 |
2 files changed, 12 insertions, 4 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile index 8ffbdb836d9..789894f2fc9 100644 --- a/irc/quirc/Makefile +++ b/irc/quirc/Makefile @@ -8,8 +8,7 @@ DISTNAME= quirc-0.9.79 CATEGORIES= irc tk82 -MASTER_SITES= http://www.quirc.org/ \ - http://patearl.powersurfr.com/quirc/ +MASTER_SITES= http://patearl.powersurfr.com/quirc/ MAINTAINER= cpiazza@FreeBSD.org diff --git a/irc/quirc/files/patch-aa b/irc/quirc/files/patch-aa index 4dc6f8302f1..5e95a6a713a 100644 --- a/irc/quirc/files/patch-aa +++ b/irc/quirc/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Mon Jul 12 23:55:43 1999 -+++ Makefile.in Mon Aug 2 04:57:54 1999 +--- Makefile.in.orig Tue Jul 13 08:55:43 1999 ++++ Makefile.in Thu Feb 3 14:57:36 2000 @@ -73,7 +73,7 @@ SUBDIRS = data @@ -18,3 +18,12 @@ doc_DATA = doc/rfc1459.txt doc/color.txt FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README # RPM and spec file generation +@@ -151,7 +151,7 @@ + generate_tags_LDADD = $(LDADD) + generate_tags_DEPENDENCIES = + generate_tags_LDFLAGS = +-CXXFLAGS = @CXXFLAGS@ ++CXXFLAGS = @CXXFLAGS@ -pedantic + CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) + CXXLD = $(CXX) + CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |