1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Unbreak with NEWGCC and remove a bogus master site

Submitted by:	Alexander Langer <alex@big.endian.de>
This commit is contained in:
Chris Piazza 2000-02-03 21:14:04 +00:00
parent 8ca11a8b40
commit 75bb7d21af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25466
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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 $@