[Pkg-electronics-commits] [pcb] 09/14: another patch no longer needed

Bdale Garbee bdale at moszumanska.debian.org
Mon Mar 17 15:56:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

bdale pushed a commit to branch master
in repository pcb.

commit 9bdce48fea9015ee09101932fd0e02933f10ff3c
Author: Bdale Garbee <bdale at gag.com>
Date:   Mon Mar 17 09:12:28 2014 -0600

    another patch no longer needed
---
 debian/patches/fix_CPPFLAGS.diff | 26 --------------------------
 debian/patches/series            |  1 -
 2 files changed, 27 deletions(-)

diff --git a/debian/patches/fix_CPPFLAGS.diff b/debian/patches/fix_CPPFLAGS.diff
deleted file mode 100644
index 88c7d7a..0000000
--- a/debian/patches/fix_CPPFLAGS.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Append input CPPFLAGS for lesstif target
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
-Bug: https://bugs.launchpad.net/pcb/+bug/1003355
-Forwarded: https://bugs.launchpad.net/pcb/+bug/1003355/+attachment/3159260/+files/fix_CPPFLAGS.diff
---- a/configure
-+++ b/configure
-@@ -15260,7 +15260,7 @@
- 
- fi
- 
--	CPPFLAGS="$CFLAGS $X_CFLAGS"
-+	CPPFLAGS="$CPPFLAGS $CFLAGS $X_CFLAGS"
- 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XOpenDisplay in -lX11" >&5
- $as_echo_n "checking for XOpenDisplay in -lX11... " >&6; }
- if test "${ac_cv_lib_X11_XOpenDisplay+set}" = set; then :
---- a/configure.ac
-+++ b/configure.ac
-@@ -710,7 +710,7 @@
-     case $e in
-       lesstif )
- 	AC_PATH_XTRA
--	CPPFLAGS="$CFLAGS $X_CFLAGS"
-+	CPPFLAGS="$CPPFLAGS $CFLAGS $X_CFLAGS"
- 	AC_CHECK_LIB(X11, XOpenDisplay, , , $X_LIBS)
- 	AC_CHECK_LIB(ICE, main, , , $X_LIBS)
- 	AC_CHECK_LIB(SM, main, , , $X_LIBS)
diff --git a/debian/patches/series b/debian/patches/series
index 62bca06..a2014c3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 outdated_config.diff
 drop_check_global_included.patch
-fix_CPPFLAGS.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/pcb.git



More information about the Pkg-electronics-commits mailing list