pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/pmars
Module Name: pkgsrc
Committed By: kamil
Date: Sat Jun 11 21:23:28 UTC 2016
Modified Files:
pkgsrc/games/pmars: Makefile
Log Message:
Improve style of games/pmars/Makefile
BUILD_DIRS= src
is equivalent to:
BUILD_MAKE_FLAGS+= -C src
"${COMPILER_RPATH_FLAG}${X11BASE}/lib"
is preferred over:
-Wl,-rpath,${BUILDLINK_PREFIX.libX11}/lib
No functional change (on NetBSD).
Pointed out by <joerg>
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/pmars/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index