Subject: CVS commit: pkgsrc/devel/gps
From: John Marino
Date: 2014-05-09 20:37:34
Message id: 20140509183734.5365B96@cvs.netbsd.org

Log Message:
devel/gps: Fix build on SunOS by using COMPILER_RPATH_FLAG

The SunOS linker doesn't understand -rpath, so replace it with
COMPILER_RPATH_FLAG to fix build on SunOS.

Also removing empty directories in the post-install target is not
necessary on pkgsrc.  The SunOS find program doesn't recognize -empty
switch, remove the redundant command to avoid error messages.

Files:
RevisionActionfile
1.36modifypkgsrc/devel/gps/Makefile
1.12modifypkgsrc/devel/gps/distinfo
1.3modifypkgsrc/devel/gps/patches/patch-gnatlib_src_gnatcoll__readline.gpr.in