svn commit: r408365 - head/deskutils/wyrd

John Marino marino at FreeBSD.org
Sun Feb 7 10:36:32 UTC 2016


Author: marino
Date: Sun Feb  7 10:36:30 2016
New Revision: 408365
URL: https://svnweb.freebsd.org/changeset/ports/408365

Log:
  deskutils/wyrd: respect CFLAGS and LDFLAGS
  
  approved by:	infrastructure blanket (related to ncurses work)

Modified:
  head/deskutils/wyrd/Makefile

Modified: head/deskutils/wyrd/Makefile
==============================================================================
--- head/deskutils/wyrd/Makefile	Sun Feb  7 10:34:48 2016	(r408364)
+++ head/deskutils/wyrd/Makefile	Sun Feb  7 10:36:30 2016	(r408365)
@@ -19,6 +19,9 @@ USE_OCAML=	yes
 USE_OCAML_CAMLP4=yes
 GNU_CONFIGURE=	yes
 
+CONFIGURE_ARGS= CPPFLAGS="${CFLAGS}"
+MAKE_ARGS=	 CLIBFLAGS="${LDFLAGS}"
+
 PLIST_FILES=	bin/wyrd etc/wyrdrc man/man1/wyrd.1.gz man/man5/wyrdrc.5.gz
 PORTDOCS=	manual.html manual.pdf
 


More information about the svn-ports-all mailing list