patches/gurlchecker-01-wall.diff
author drdoug007
Sat, 28 Jul 2007 09:07:54 +0000
changeset 355 b514f0d94f47
permissions -rw-r--r--
2007-07-28 Doug Scott <[email protected]> * SFEdocbook-utils.spec: *NEW* Docbook Utilities * SFEgnet.spec: *NEW* Simple Newtork Library * SFEscim-uim.spec: *NEW* SCIM uim IMEngine * SFEscim-anthy.spec: *NEW* SCIM anthy IMEngine * SFEperl-SGMLSpm.spec: *NEW* library for parsing the output of nsgmls * SFEvala.spec: *NEW* Vala Programming language * SFEclamav.spec: *NEW* Clam Anti-Virus * SFEscim-hangul.spec: *NEW* SCIM hangul IMEngine * SFEscim-tables.spec: *NEW* SCIM tables IMEngine * SFEgurlchecker.spec: *NEW* Gnome URL Checker * patches/scim-anthy-01-ss11.diff: SS11 compiler fixes * patches/scim-tables-01-munmap.diff: add (void *) * patches/docbook-utils-01-sh.diff: use bash instead of sh * patches/gurlchecker-01-wall.diff: Remove -Wall
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
355
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- gurlchecker-0.10.1/src/Makefile.am.orig	2007-07-28 14:16:49.055743319 +0700
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ gurlchecker-0.10.1/src/Makefile.am	2007-07-28 14:17:57.990325828 +0700
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -1,5 +1,5 @@
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
 
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
-AM_CFLAGS = @GNUTLS_FLAGS@ @CLAMAV_FLAGS@ @TIDY_FLAGS@ @CROCO_FLAGS@ -Wall -export-dynamic
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
+AM_CFLAGS = @GNUTLS_FLAGS@ @CLAMAV_FLAGS@ @TIDY_FLAGS@ @CROCO_FLAGS@
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
 CLEANFILES = *~
b514f0d94f47 2007-07-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9