Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14271

Modified Files:
        libg3d.info 
Added Files:
        libg3d.patch 
Log Message:
fix -I ordering (thanks f-p-p!)

--- NEW FILE: libg3d.patch ---
diff -Nurd -x'*~' libg3d-0.0.8.orig/programs/Makefile.in 
libg3d-0.0.8/programs/Makefile.in
--- libg3d-0.0.8.orig/programs/Makefile.in      2009-01-16 11:36:17.000000000 
-0500
+++ libg3d-0.0.8/programs/Makefile.in   2013-08-13 15:08:59.000000000 -0400
@@ -206,7 +206,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-AM_CFLAGS = \
+AM_CPPFLAGS = \
        -Wall -ansi -pedantic \
        -I$(top_srcdir)/include \
        @GLIB_CFLAGS@
diff -Nurd -x'*~' libg3d-0.0.8.orig/tests/Makefile.in 
libg3d-0.0.8/tests/Makefile.in
--- libg3d-0.0.8.orig/tests/Makefile.in 2009-01-16 11:36:18.000000000 -0500
+++ libg3d-0.0.8/tests/Makefile.in      2013-08-13 15:03:21.000000000 -0400
@@ -224,16 +224,11 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-AM_CFLAGS = \
+AM_CPPFLAGS = \
        -Wall -ansi -pedantic \
        -I$(top_srcdir)/include \
        @GLIB_CFLAGS@
 
-AM_CXXFLAGS = \
-       -Wall \
-       -I$(top_srcdir)/include \
-       @GLIB_CFLAGS@
-
 test_lib_DEPENDENCIES = ../src/libg3d.la
 test_lib_SOURCES = test_lib.c
 test_lib_LDADD = ../src/libg3d.la -lm @GLIB_LIBS@ @MAGIC_LIBS@

Index: libg3d.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/libg3d.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libg3d.info 13 Aug 2013 18:52:23 -0000      1.2
+++ libg3d.info 13 Aug 2013 19:11:59 -0000      1.3
@@ -1,11 +1,12 @@
 Package: libg3d
 Version: 0.0.8
-Revision: 5
+Revision: 6
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: <<
        atk1 (>= 1.28.0-1),
        cairo (>= 1.12.8-1),
        file-dev (>= 5.00-1),
+       fink-package-precedence,
        fontconfig2-dev (>= 2.10.0-1),
        freetype219 (>= 2.4.11-1),
        glib2-dev (>= 2.22.0-1),
@@ -21,9 +22,11 @@
 BuildDependsOnly: true
 Source: http://automagically.de/files/%n-%v.tar.gz
 Source-MD5: 23fbb22c24b1db225a3de8b6aaf25774
+# fix bad -I ordering by fixing some mistakes in am variable usage
+PatchFile: %n.patch
+PatchFile-MD5: 093963376632ccc90bc7b3c2b5b933e6
 SetCFLAGS: -Os
 ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include 
--with-extra-libs=%p/lib --enable-dependency-tracking --enable-gtk-doc 
PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:$PKG_CONFIG_PATH"
-
 CompileScript: <<
   %{default_script}
   fink-package-precedence --prohibit-bdep=%n .


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to