summaryrefslogtreecommitdiff
path: root/graphics/ida/files/patch-GNUmakefile
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2009-05-31 09:13:59 +0000
committerAndrey Slusar <anray@FreeBSD.org>2009-05-31 09:13:59 +0000
commit6f723e29fc4b85bb35096a4ee60120021940fd52 (patch)
tree6aa6c9124e205b24cecc6c7c6c1af507542e7e6d /graphics/ida/files/patch-GNUmakefile
parentUpdate to 2.26.2. (diff)
- Fix libdir detection
- Delete `-Wno-pointer-sign' for build with gcc<4 (1) Reported by: pav (1)
Notes
Notes: svn path=/head/; revision=234894
Diffstat (limited to 'graphics/ida/files/patch-GNUmakefile')
-rw-r--r--graphics/ida/files/patch-GNUmakefile14
1 files changed, 11 insertions, 3 deletions
diff --git a/graphics/ida/files/patch-GNUmakefile b/graphics/ida/files/patch-GNUmakefile
index cae5c7832a3c..22117e9852ba 100644
--- a/graphics/ida/files/patch-GNUmakefile
+++ b/graphics/ida/files/patch-GNUmakefile
@@ -1,6 +1,14 @@
---- GNUmakefile.orig 2009-05-24 18:44:13.000000000 +0300
-+++ GNUmakefile 2009-05-24 18:44:49.000000000 +0300
-@@ -130,8 +130,8 @@
+--- GNUmakefile.orig 2006-06-13 16:35:48.000000000 +0300
++++ GNUmakefile 2009-05-31 12:06:34.000000000 +0300
+@@ -8,7 +8,6 @@
+
+ # fixup flags
+ CFLAGS += -DVERSION='"$(VERSION)"' -I$(srcdir)
+-CFLAGS += -Wno-pointer-sign
+
+ # default target
+ all: build
+@@ -130,8 +129,8 @@
OBJS_IDA += $(call ac_lib_mkvar,$(ida_libs),OBJS)
# for X11 + Motif