summaryrefslogtreecommitdiff
path: root/x11/lablgtk2/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lablgtk2/patches/patch-aa')
-rw-r--r--x11/lablgtk2/patches/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/lablgtk2/patches/patch-aa b/x11/lablgtk2/patches/patch-aa
deleted file mode 100644
index 48d85a44926..00000000000
--- a/x11/lablgtk2/patches/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2005/12/02 21:19:06 joerg Exp $
-
---- src/Makefile.orig 2005-10-17 13:52:03.000000000 +0200
-+++ src/Makefile
-@@ -220,7 +220,7 @@ build.ml: Makefile $(CONFIG) build.ml.in
- -e "s|@GTKLIBS@|$(GTKLIBS)|" < build.ml.in > $@
-
- gdk-pixbuf-mlsource$(XE) : lablgtk.cma gtkInit.cmo gdk-pixbuf-mlsource.ml
-- $(CAMLC) -o $@ $^
-+ $(CAMLC) -I . -o $@ $^
-
- lablgtkopt:: $(MLLIBS:.cma=.cmxa) $(INITOBJS:.cmo=.cmx)
- ifeq ($(THREADS_LIB),system)
-@@ -254,9 +254,7 @@ install:
- cp $(CLIBS) "$(INSTALLDIR)"
- cd "$(INSTALLDIR)" && $(RANLIB) $(CLIBS)
- cp varcc$(XE) propcc$(XE) "$(INSTALLDIR)"
-- if test $(THREADS_LIB) != system || test $(HAS_DLL_SUPPORT) != yes; \
-- then cp lablgtktop$(XE) "$(INSTALLDIR)"; \
-- fi
-+ cp lablgtktop$(XE) "$(INSTALLDIR)"
- cp -p *.h "$(INSTALLDIR)"
- @if test -f lablgtk.cmxa; then $(MAKE) installopt; fi
- @if test -f dlllablgtk2$(XS); then $(MAKE) installdll; fi