summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-11-20 12:27:06 +0000
committerPacho Ramos <pacho@gentoo.org>2011-11-20 12:27:06 +0000
commit642f0959f5fb0d7c5f336018d77cffdcbefd83fe (patch)
tree1d26960e5cea282211553397e01c88288acdef9a /sci-chemistry/gperiodic
parentDrop DEPRECATED flags, bug #391091 (diff)
downloadgentoo-2-642f0959f5fb0d7c5f336018d77cffdcbefd83fe.tar.gz
gentoo-2-642f0959f5fb0d7c5f336018d77cffdcbefd83fe.tar.bz2
gentoo-2-642f0959f5fb0d7c5f336018d77cffdcbefd83fe.zip
Drop DEPRECATED flags, bug #391099
(Portage version: 2.1.10.36/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/gperiodic')
-rw-r--r--sci-chemistry/gperiodic/ChangeLog6
-rw-r--r--sci-chemistry/gperiodic/files/gperiodic-2.0.10-makefile.patch3
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-chemistry/gperiodic/ChangeLog b/sci-chemistry/gperiodic/ChangeLog
index c68047b59264..84e9caefe155 100644
--- a/sci-chemistry/gperiodic/ChangeLog
+++ b/sci-chemistry/gperiodic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/gperiodic
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.15 2011/03/02 13:17:20 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.16 2011/11/20 12:27:06 pacho Exp $
+
+ 20 Nov 2011; Pacho Ramos <pacho@gentoo.org>
+ files/gperiodic-2.0.10-makefile.patch:
+ Drop DEPRECATED flags, bug #391099
02 Mar 2011; Justin Lecher <jlec@gentoo.org> gperiodic-2.0.10.ebuild:
Correct Slots for gtk 3 introduction to tree
diff --git a/sci-chemistry/gperiodic/files/gperiodic-2.0.10-makefile.patch b/sci-chemistry/gperiodic/files/gperiodic-2.0.10-makefile.patch
index 694e894c2438..abdb5caae4f2 100644
--- a/sci-chemistry/gperiodic/files/gperiodic-2.0.10-makefile.patch
+++ b/sci-chemistry/gperiodic/files/gperiodic-2.0.10-makefile.patch
@@ -1,6 +1,7 @@
Respect CC, CFLAGS, LDFLAGS
Fix install paths
Fix parallel build
+Drop DEPRECATED flags, bug #391099
--- Makefile
+++ Makefile
@@ -8,7 +9,7 @@ Fix parallel build
-CC := gcc
-CFLAGS := `pkg-config --cflags gtk+-2.0` -I. -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED
-LIBS :=`pkg-config --libs gtk+-2.0`
-+CFLAGS += `pkg-config --cflags gtk+-2.0` -I. -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
++CFLAGS += `pkg-config --cflags gtk+-2.0` -I.
+LIBS +=`pkg-config --libs gtk+-2.0`
bindir ?= /usr/bin
datadir ?= /usr/share