svn commit: r320476 - head/lang/q
Pietro Cerutti
gahr at FreeBSD.org
Mon Jun 10 14:11:41 UTC 2013
Author: gahr
Date: Mon Jun 10 14:11:40 2013
New Revision: 320476
URL: http://svnweb.freebsd.org/changeset/ports/320476
Log:
- Unbreak on amd64
Modified:
head/lang/q/Makefile
Modified: head/lang/q/Makefile
==============================================================================
--- head/lang/q/Makefile Mon Jun 10 13:47:43 2013 (r320475)
+++ head/lang/q/Makefile Mon Jun 10 14:11:40 2013 (r320476)
@@ -28,7 +28,7 @@ USE_GCC= any
USE_TK= 84+
USE_LDCONFIG= yes
-CFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -I${LOCALBASE}/include -fPIC
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-magick="`pkg-config ImageMagick --libs`" \
More information about the svn-ports-head
mailing list