summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-10-20 17:50:48 +0000
committerjoerg <joerg@pkgsrc.org>2013-10-20 17:50:48 +0000
commit524e167b0f394b6c78b4cdf5db5c778dbff387c9 (patch)
tree8e118534d98c4a8a472248a28803b56dd3c4e023 /textproc
parentcfa90ddde0f4711b704e3d834b0540cd4c1a7937 (diff)
downloadpkgsrc-524e167b0f394b6c78b4cdf5db5c778dbff387c9.tar.gz
Don't try to change the template settings, too much has changed since
the dark age.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/lq-sp/distinfo3
-rw-r--r--textproc/lq-sp/patches/patch-Makefile22
2 files changed, 24 insertions, 1 deletions
diff --git a/textproc/lq-sp/distinfo b/textproc/lq-sp/distinfo
index 8ed2a67ee2f..9e6f427f654 100644
--- a/textproc/lq-sp/distinfo
+++ b/textproc/lq-sp/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2005/05/30 05:41:15 minskim Exp $
+$NetBSD: distinfo,v 1.10 2013/10/20 17:50:48 joerg Exp $
SHA1 (lq-sp-1.3.4.12.tar.gz) = 2eeec7e6e25a3f18b150f6607347ff350b9ea7eb
RMD160 (lq-sp-1.3.4.12.tar.gz) = 22ec669ac6be310aa75eadf3d8e4a274e27edcbd
Size (lq-sp-1.3.4.12.tar.gz) = 568250 bytes
+SHA1 (patch-Makefile) = 77d9139ff791b1638cc5830ef6b5c66467320bc2
SHA1 (patch-aa) = 4dd930d91e1f7837d6e3f7553aae45217366d39d
SHA1 (patch-ab) = b6e5174c65433f35c0a0ef78422b9b10b779ba57
diff --git a/textproc/lq-sp/patches/patch-Makefile b/textproc/lq-sp/patches/patch-Makefile
new file mode 100644
index 00000000000..3b5abe993a9
--- /dev/null
+++ b/textproc/lq-sp/patches/patch-Makefile
@@ -0,0 +1,22 @@
+$NetBSD: patch-Makefile,v 1.1 2013/10/20 17:50:48 joerg Exp $
+
+--- Makefile.orig 2013-10-16 11:42:25.000000000 +0000
++++ Makefile
+@@ -13,7 +13,7 @@ INSTALL=cp
+ # you must use -fno-implicit-templates
+ # and -O (or any optimization level >= 1).
+ # c++ is a front-end for gcc which takes care of linking with -lstdc++
+-CXX=c++ -fno-implicit-templates -O2
++#CXX=c++ -fno-implicit-templates -O2
+ WARN=#-Wall -Wno-reorder -Wwrite-strings -Wpointer-arith -Wnested-externs -Woverloaded-virtual -Wbad-function-cast
+ # Executables will be *very* large if you use -g.
+ DEBUG=
+@@ -35,7 +35,7 @@ DEBUG=
+ # Add -DJADE_MIF to include the Jade MIF backend
+ XDEFINES=-DSP_HAVE_SOCKET
+ DEFINES=-DSP_HAVE_BOOL -DSP_ANSI_CLASS_INST -DSP_MULTI_BYTE $(XDEFINES)
+-CXXFLAGS=-ansi $(DEBUG) $(WARN)
++#CXXFLAGS=-ansi $(DEBUG) $(WARN)
+ # Flag to pass to CXX to make it output list of dependencies as a Makefile.
+ CXXDEPGENFLAGS=-MM
+ LDFLAGS=