pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/grafx2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jul 17 21:32:19 UTC 2018

Modified Files:
        pkgsrc/graphics/grafx2: Makefile

Log Message:
Fix packaging on native X11 environment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/grafx2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/grafx2/Makefile
diff -u pkgsrc/graphics/grafx2/Makefile:1.1 pkgsrc/graphics/grafx2/Makefile:1.2
--- pkgsrc/graphics/grafx2/Makefile:1.1 Tue Jul 17 13:07:50 2018
+++ pkgsrc/graphics/grafx2/Makefile     Tue Jul 17 21:32:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/17 13:07:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/17 21:32:19 ryoon Exp $
 
 DISTNAME=      grafx2-2.5.1960-src
 PKGNAME=       ${DISTNAME:S/-src//}
@@ -21,6 +21,8 @@ SUBST_MESSAGE.fix-paths=      Set PREFIX
 SUBST_FILES.fix-paths=         main.c
 SUBST_VARS.fix-paths=          PREFIX
 
+BUILD_MAKE_FLAGS+=     LFLAGS=${COMPILER_RPATH_FLAG}${X11BASE}/lib
+
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../devel/SDL_ttf/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index