pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lablgtk/patches Commit patch from PR 29219 (Linux ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5c8076166f1
branches:  trunk
changeset: 488794:f5c8076166f1
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Wed Feb 09 15:22:30 2005 +0000

description:
Commit patch from PR 29219 (Linux install fix), untested as I have
no Linux withpkgsrc.

diffstat:

 x11/lablgtk/patches/patch-aa |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r a1bdbaf51e2e -r f5c8076166f1 x11/lablgtk/patches/patch-aa
--- a/x11/lablgtk/patches/patch-aa      Wed Feb 09 15:21:06 2005 +0000
+++ b/x11/lablgtk/patches/patch-aa      Wed Feb 09 15:22:30 2005 +0000
@@ -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 @@
 +      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 \



Home | Main Index | Thread Index | Old Index