summaryrefslogtreecommitdiff
path: root/graphics/openptc/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-23 13:09:24 +0000
committerwiz <wiz@pkgsrc.org>2001-02-23 13:09:24 +0000
commitb5a883d90fbe5d6163d6bf7bd861f86015a70f51 (patch)
tree073ab413276f6ac9cde15092f9b0b829617a21c4 /graphics/openptc/patches
parent7d636211771b9526bf46af8c9be583adee3943e0 (diff)
downloadpkgsrc-b5a883d90fbe5d6163d6bf7bd861f86015a70f51.tar.gz
Fix PLIST problem.
Diffstat (limited to 'graphics/openptc/patches')
-rw-r--r--graphics/openptc/patches/patch-ab11
1 files changed, 7 insertions, 4 deletions
diff --git a/graphics/openptc/patches/patch-ab b/graphics/openptc/patches/patch-ab
index 26b16222ab8..22fac3d4599 100644
--- a/graphics/openptc/patches/patch-ab
+++ b/graphics/openptc/patches/patch-ab
@@ -1,7 +1,8 @@
-$NetBSD: patch-ab,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $
---- Makefile.in.orig Wed Mar 31 16:44:04 1999
-+++ Makefile.in Thu Jul 22 01:57:53 1999
-@@ -54,19 +54,19 @@
+$NetBSD: patch-ab,v 1.2 2001/02/23 13:09:24 wiz Exp $
+
+--- Makefile.in.orig Thu Apr 1 01:44:04 1999
++++ Makefile.in
+@@ -54,20 +54,21 @@
install -d $(prefix)/include/ptc/X11
install -d $(exec_prefix)/lib
install -d $(exec_prefix)/bin
@@ -25,5 +26,7 @@ $NetBSD: patch-ab,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $
- install -m 0755 library/$(PTC_LIBRARY_DYN) $(exec_prefix)/lib; \
+ install -c -m 0755 library/$(PTC_LIBRARY_DYN) $(exec_prefix)/lib; \
cd $(exec_prefix)/lib ; ln -sf $(PTC_LIBRARY_DYN) libptc.so ; \
++ ln -sf $(PTC_LIBRARY_DYN) libptc.so.1 ; \
fi
+