[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / cups

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

Diff for /pkgsrc/print/cups/Makefile between version 1.226 and 1.227

version 1.226, 2016/02/07 11:29:30 version 1.227, 2016/02/25 17:52:45
Line 70  PLIST.notmac=  yes
Line 70  PLIST.notmac=  yes
 # Avoid the following error when compiling with clang.  # Avoid the following error when compiling with clang.
 # /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC'  # /usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against `_DYNAMIC'
 # can not be used when making a shared object; recompile with -fPIC  # can not be used when making a shared object; recompile with -fPIC
 .if ${OPSYS} == "FreeBSD"  BUILDLINK_TRANSFORM.FreeBSD+=   rm:-Wl,-pie
 BUILDLINK_TRANSFORM+=   rm:-Wl,-pie  
 .endif  
   
 # CUPS_USER             user to run filter and CGI programs as  # CUPS_USER             user to run filter and CGI programs as
 # CUPS_GROUP            group to run filter and CGI programs as  # CUPS_GROUP            group to run filter and CGI programs as

Legend:
Removed from v.1.226  
changed lines
  Added in v.1.227

CVSweb <webmaster@jp.NetBSD.org>