summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-06-12 09:20:31 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-06-12 09:20:31 +0200
commitf69b2eb7d7720e83244d73601084fa25287612e9 (patch)
tree122963c442d4f740dd828665a0c333d5cb31b4bd
parent3cd415b4da16758d4f7eaf59dae45cd0a13a6bcd (diff)
typos
-rw-r--r--debian/patches/15_jam.patch10
-rwxr-xr-xdebian/rules1
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/patches/15_jam.patch b/debian/patches/15_jam.patch
index 13cca3b..2e2a3f5 100644
--- a/debian/patches/15_jam.patch
+++ b/debian/patches/15_jam.patch
@@ -39,7 +39,15 @@ Index: trunk/Jamtop
===================================================================
--- trunk.orig/Jamtop
+++ trunk/Jamtop
-@@ -132,16 +132,76 @@ rule CheckForLibrary {
+@@ -23,6 +23,7 @@ ANCHORED_PATH_VARS = DESTDIR ;
+ # Should we also allow CFLAGS, CXXFLAGS, CPPFLAGS & LDFLAGS env. variables
+ # to have effect ?
+
++BUILD_SHARED_LIB = 1 ;
+
+ # Tell standalone libraries that they are part of Argyll:
+ DEFINES += ARGYLLCMS ;
+@@ -132,16 +133,76 @@ rule CheckForLibrary {
if ! $(BUILTIN_$(UCASE)) && $(UNIX) {
if [ GLOB /usr/include : $(lcase).h $(lcase)lib.h ]
diff --git a/debian/rules b/debian/rules
index 6fcdc1f..07ca6c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ CRDATE=$(shell date -d "$(CHDATE)" "+%a %b %d %T %Y")
dh $@
override_dh_auto_build:
+ gcc --version
ftjam $(JAMCMDLINE) all
override_dh_auto_install: