summaryrefslogtreecommitdiff
path: root/graphics/qore-opengl-module/patches/patch-src_Makefile.am
blob: dbeddd39770835b207c085c87e8d34ac499a2d2d (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-src_Makefile.am,v 1.1 2014/12/30 15:57:10 wiz Exp $
* Remove .a file in destdir not in root.
http://sourceforge.net/p/qore/code/6297/
--- src/Makefile.am.orig	2014-10-27 13:51:29.000000000 +0000
+++ src/Makefile.am
@@ -24,4 +24,4 @@ endif
 
 install-exec-hook:
 	mv $(DESTDIR)$(libdir)/opengl.$(MODULE_SUFFIX) $(DESTDIR)$(libdir)/opengl-api-$(MODULE_API).qmod
-	rm -f $(DESTDIR)$(libdir)/opengl.la $(libdir)/opengl.a
+	rm -f $(DESTDIR)$(libdir)/opengl.la $(DESTDIR)$(libdir)/opengl.a