summaryrefslogtreecommitdiff
path: root/misc/root/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'misc/root/patches/patch-an')
-rw-r--r--misc/root/patches/patch-an15
1 files changed, 0 insertions, 15 deletions
diff --git a/misc/root/patches/patch-an b/misc/root/patches/patch-an
deleted file mode 100644
index aeac3f09fd6..00000000000
--- a/misc/root/patches/patch-an
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-an,v 1.2 2010/02/26 10:56:38 drochner Exp $
-
---- graf3d/gl/Module.mk.orig 2010-02-11 13:20:45.000000000 +0000
-+++ graf3d/gl/Module.mk
-@@ -38,8 +38,8 @@ GLH1 := $(MODDIRI)/gl2ps.h $(MOD
- GLH2 := $(filter-out $(GLH1), $(GLH))
-
- ifneq ($(OPENGLLIB),)
--GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) \
-- $(X11LIBDIR) -lX11 -lm
-+GLLIBS := $(OPENGLLIBDIR) $(OPENGLULIB) $(OPENGLLIB) -Wl,-R${LOCALBASE}/lib \
-+ $(X11LIBDIR) -lX11 -lm -Wl,-R${X11BASE}/lib
- endif
- ifeq ($(ARCH),win32)
- GLLIBS := opengl32.lib glu32.lib