public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pdftk/files: pdftk-1.45-flags.patch
@ 2013-03-24 17:39 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2013-03-24 17:39 UTC (permalink / raw
  To: gentoo-commits

dilfridge    13/03/24 17:39:03

  Added:                pdftk-1.45-flags.patch
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 7887F787)

Revision  Changes    Path
1.1                  app-text/pdftk/files/pdftk-1.45-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdftk/files/pdftk-1.45-flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdftk/files/pdftk-1.45-flags.patch?rev=1.1&content-type=text/plain

Index: pdftk-1.45-flags.patch
===================================================================
Based on Debian patch, see http://patch-tracker.debian.org/patch/series/view/pdftk/1.45-1/customise_build_parameters

diff -ruN pdftk-1.45-dist.orig/pdftk/Makefile.Base pdftk-1.45-dist/pdftk/Makefile.Base
--- pdftk-1.45-dist.orig/pdftk/Makefile.Base	2012-12-06 19:57:36.000000000 +0100
+++ pdftk-1.45-dist/pdftk/Makefile.Base	2013-03-24 18:32:52.669492230 +0100
@@ -44,7 +44,7 @@
 	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -I$(JAVALIBPATH) pdftk.cc -c
 
 pdftk : pdftk.o attachments.o report.o $(JAVALIB) $(GCJ_LOCAL_LIB_FULL)
-	$(CXX) $(CXXFLAGS) attachments.o report.o pdftk.o $(JAVALIB) $(GCJ_LOCAL_LIB_FULL) $(LDLIBS) -o pdftk
+	$(CXX) $(LDFLAGS) $(CXXFLAGS) attachments.o report.o pdftk.o $(JAVALIB) $(GCJ_LOCAL_LIB_FULL) $(LDLIBS) -o pdftk
 
 install:
 	/usr/bin/install pdftk /usr/local/bin 
diff -ruN pdftk-1.45-dist.orig/pdftk/Makefile.Debian pdftk-1.45-dist/pdftk/Makefile.Debian
--- pdftk-1.45-dist.orig/pdftk/Makefile.Debian	2012-12-06 19:58:44.000000000 +0100
+++ pdftk-1.45-dist/pdftk/Makefile.Debian	2013-03-24 18:34:39.034540850 +0100
@@ -29,7 +29,7 @@
 # tools
 # need direct path to libgcj for gcjh (starting in gcj 4.1.2 per Aurélien GÉRÔME)
 TOOLPATH=
-export VERSUFF=-4.6
+export VERSUFF=
 export CXX= $(TOOLPATH)g++$(VERSUFF)
 export GCJ= $(TOOLPATH)gcj$(VERSUFF)
 export GCJH= $(TOOLPATH)gcjh$(VERSUFF)
@@ -71,13 +71,13 @@
 # only effects libraries following option on the command line
 #
 #  
-export CPPFLAGS= -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers
-export CXXFLAGS= -Wall -Wextra -Weffc++ -O2
-export GCJFLAGS= -Wall -Wextra -fsource=1.3 -O2
-export GCJHFLAGS= -force
+export CPPFLAGS+= -DPATH_DELIM=0x2f -DASK_ABOUT_WARNINGS=false -DUNBLOCK_SIGNALS -fdollars-in-identifiers
+export CXXFLAGS+= -Wall -Wextra -Weffc++
+export GCJFLAGS+= -fsource=1.3
+export GCJHFLAGS+= -force
 export LDLIBS= -lgcj
 
 include Makefile.Base
 
 # required packages (xubuntu 12.04)
-# gcj-jdk, g++
\ Kein Zeilenumbruch am Dateiende.
+# gcj-jdk, g++





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-24 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 17:39 [gentoo-commits] gentoo-x86 commit in app-text/pdftk/files: pdftk-1.45-flags.patch Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox