diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-29 16:45:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-29 16:45:17 +0800 |
commit | e80e7273c9964fb65bef4986955f63b0c5dbe8bb (patch) | |
tree | 789411fdfe9087e38d6d2ca0189e5c76362f55db /graphics | |
parent | 3d1fdc06463ea9240ce94cc192ca9af176d37010 (diff) | |
download | marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.tar marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.tar.gz marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.tar.bz2 marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.tar.lz marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.tar.xz marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.tar.zst marcuscom-ports-e80e7273c9964fb65bef4986955f63b0c5dbe8bb.zip |
Use intlhack to fix the build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3545 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/evince/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 14c404f69..b29cbc90a 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -19,7 +19,7 @@ USE_LIBTOOL_VER=15 USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes -USE_GNOME= gnomehack gnomeprefix libgnomeui libgnomeprintui +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libgnomeprintui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |