summaryrefslogtreecommitdiff
path: root/x11/lablgtk
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-02-09 15:22:30 +0000
committerdillo <dillo@pkgsrc.org>2005-02-09 15:22:30 +0000
commit73a078f40a32256f0b9f10d721a464c5d4919b51 (patch)
treeefd5d4eeba92d098bef555f1e4e6aa4385e5b660 /x11/lablgtk
parent246ac1394834870463a254c847761e962e4bd1f6 (diff)
downloadpkgsrc-73a078f40a32256f0b9f10d721a464c5d4919b51.tar.gz
Commit patch from PR 29219 (Linux install fix), untested as I have
no Linux withpkgsrc.
Diffstat (limited to 'x11/lablgtk')
-rw-r--r--x11/lablgtk/patches/patch-aa8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/lablgtk/patches/patch-aa b/x11/lablgtk/patches/patch-aa
index 8cc68c3218b..371605ec018 100644
--- a/x11/lablgtk/patches/patch-aa
+++ b/x11/lablgtk/patches/patch-aa
@@ -1,6 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2004/03/04 16:13:36 wiz Exp $
-
---- src/Makefile.orig Thu May 15 16:17:53 2003
+--- src/Makefile.orig 2003-05-15 16:17:53.000000000 +0200
+++ src/Makefile
@@ -137,32 +137,39 @@ testcc: lablgladecc lablgtktop
rm -f testcc.ml
@@ -23,9 +21,9 @@ $NetBSD: patch-aa,v 1.3 2004/03/04 16:13:36 wiz Exp $
+ do \
+ ${BSD_INSTALL_DATA} $$F ${INSTALLDIR}; \
+ done
-+ ${BSD_INSTALL_PROGRAM} lablgtktop $(INSTALLDIR)
++ ${BSD_INSTALL_SCRIPT} lablgtktop $(INSTALLDIR)
+ ${BSD_INSTALL_SCRIPT} varcc $(INSTALLDIR)
-+ if test -f lablgtktop_t; then ${BSD_INSTALL_PROGRAM} lablgtktop_t $(INSTALLDIR); fi
++ if test -f lablgtktop_t; then ${BSD_INSTALL_SCRIPT} lablgtktop_t $(INSTALLDIR); fi
if test -f lablgtk.cmxa; then $(MAKE) installopt; fi
+ ${BSD_INSTALL_DATA_DIR} $(DLLDIR)
if test -f dlllablgtk.so; then \