]> git.pld-linux.org Git - packages/libhubbub.git/blobdiff - libhubbub-build.patch
- updated to 0.3.1
[packages/libhubbub.git] / libhubbub-build.patch
index 3f69a88e77a12fec6cd8404af0ba263d0e0c53d5..9c6a23c5b7d0d412fe7ee994859b51db988bb89b 100644 (file)
@@ -1,15 +1,16 @@
---- libhubbub-0.3.0/Makefile~  2014-04-18 11:49:06.000000000 +0200
-+++ libhubbub-0.3.0/Makefile   2014-10-09 08:56:59.008078863 +0200
-@@ -15,12 +15,6 @@
+--- libhubbub-0.3.1/Makefile.orig      2015-03-16 12:04:59.380838569 +0100
++++ libhubbub-0.3.1/Makefile   2015-03-16 12:05:36.949410158 +0100
+@@ -15,12 +15,7 @@ TESTRUNNER := $(PERL) $(NSTESTTOOLS)/tes
  WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
        -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wnested-externs -pedantic
 -# BeOS/Haiku/AmigaOS have standard library errors that issue warnings.
--ifneq ($(TARGET),beos)
--  ifneq ($(TARGET),amiga)
+-ifneq ($(BUILD),i586-pc-haiku)
+-  ifneq ($(findstring amigaos,$(BUILD)),amigaos)
 -    WARNFLAGS := $(WARNFLAGS) -Werror
 -  endif
 -endif
++
  CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
        -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
  ifneq ($(GCCVER),2)
This page took 0.029557 seconds and 4 git commands to generate.