diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 18:09:19 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 18:09:19 +0800 |
commit | 1bc7949c9f5356fe1c4ec8e04881a70d1203429f (patch) | |
tree | 908ebe63f57c4c891160678dcf8ff5a61c53fdff /science/paraview | |
parent | 319847cc7a34ed887c94e2c2c88b8d223e03b916 (diff) | |
download | freebsd-ports-gnome-1bc7949c9f5356fe1c4ec8e04881a70d1203429f.tar.gz freebsd-ports-gnome-1bc7949c9f5356fe1c4ec8e04881a70d1203429f.tar.zst freebsd-ports-gnome-1bc7949c9f5356fe1c4ec8e04881a70d1203429f.zip |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'science/paraview')
-rw-r--r-- | science/paraview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 9e8d73723fd5..21d96920825d 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -41,7 +41,7 @@ USE_GL= yes USE_XORG= x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm USE_LDCONFIG= yes USE_GSTREAMER= yes -USES= cmake:outsource execinfo gmake python shebangfix +USES= alias cmake:outsource execinfo gmake python shebangfix CMAKE_ARGS+= -DBUILD_SHARED_LIBS="ON" \ -DVTK_USE_SYSTEM_PNG="ON" \ |