summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-07-10 13:29:34 +0000
committergrant <grant@pkgsrc.org>2004-07-10 13:29:34 +0000
commit32fb85d7831c59d40f3bd85cd433414c8649bae1 (patch)
tree40ce4facf92e5d0321fda6745f7aaa6f446b5729 /graphics/netpbm/patches
parenta52309654ebe284fb62679697cd467e72dfa30bb (diff)
downloadpkgsrc-32fb85d7831c59d40f3bd85cd433414c8649bae1.tar.gz
the "pgmramp" program included in this package needs to be linked
against libm for fabs(). this is the same fix as is already in netpbm-latest.
Diffstat (limited to 'graphics/netpbm/patches')
-rw-r--r--graphics/netpbm/patches/patch-ag16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ag b/graphics/netpbm/patches/patch-ag
new file mode 100644
index 00000000000..2ea4058a77f
--- /dev/null
+++ b/graphics/netpbm/patches/patch-ag
@@ -0,0 +1,16 @@
+$NetBSD: patch-ag,v 1.6 2004/07/10 13:29:35 grant Exp $
+
+--- generator/Makefile.orig 2003-09-07 12:09:53.000000000 +1000
++++ generator/Makefile
+@@ -14,9 +14,9 @@ include $(BUILDDIR)/Makefile.config
+ # This package is so big, it's useful even when some parts won't
+ # build.
+
+-PORTBINARIES = pamseq pbmmake pbmtext pbmtextps pbmupc pgmnoise pgmramp \
++PORTBINARIES = pamseq pbmmake pbmtext pbmtextps pbmupc pgmnoise \
+ ppmcolors ppmmake
+-MATHBINARIES = pbmpage pgmcrater pgmkernel \
++MATHBINARIES = pbmpage pgmcrater pgmkernel pgmramp \
+ ppmcie ppmforge ppmpat ppmrough ppmwheel
+
+ # We don't include programs that have special library dependencies in the