diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:49:24 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-12-01 22:49:24 +0800 |
commit | 2748635937a99d7520a7523529582a10f5c83976 (patch) | |
tree | 916ce90ceaae0bc1bdc2c0d36bd13be657373c1f /multimedia/gxine | |
parent | 5c97d343cc580213c0b32c310ac891bf9a789a9f (diff) | |
download | freebsd-ports-gnome-2748635937a99d7520a7523529582a10f5c83976.tar.gz freebsd-ports-gnome-2748635937a99d7520a7523529582a10f5c83976.tar.zst freebsd-ports-gnome-2748635937a99d7520a7523529582a10f5c83976.zip |
Respect X11BASE
PR: ports/106097
Submitted by: self
Reviewed by: "M. Yu. Brazhnikov" <makc@issp.ac.ru> (maintainer)
Diffstat (limited to 'multimedia/gxine')
-rw-r--r-- | multimedia/gxine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 15cdbcecc30e..13e8d9cca0d3 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -23,7 +23,8 @@ USE_GNOME= gtk20 gnomehier USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib" -CONFIGURE_ARGS+=--mandir=${PREFIX}/man +CONFIGURE_ARGS+=--mandir=${PREFIX}/man --x-includes=${X11BASE}/include \ + --x-libraries=${X11BASE}/lib CFLAGS= -O2 -fno-strict-aliasing -pipe INSTALLS_ICONS= yes |