diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:13:12 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:13:12 +0000 |
commit | 44906660d2b8bc04fe1b90a89769f684a9e2c0c9 (patch) | |
tree | 5de1833d95246f71c215d187bb4d299960d5a13b /www | |
parent | - Update to 1.5.2 (diff) |
Fix finding the gnomevfs headers
PR: 35337
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=55280
Diffstat (limited to '')
-rw-r--r-- | www/screem-devel/Makefile | 2 | ||||
-rw-r--r-- | www/screem/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/screem-devel/Makefile b/www/screem-devel/Makefile index 57a0d64f6073..585855796bc0 100644 --- a/www/screem-devel/Makefile +++ b/www/screem-devel/Makefile @@ -23,7 +23,7 @@ USE_XPM= yes USE_GNOME= yes USE_LIBTOOL= yes USE_OPENSSL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/gnome-vfs-1.0" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl --with-included-neon diff --git a/www/screem/Makefile b/www/screem/Makefile index 57a0d64f6073..585855796bc0 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -23,7 +23,7 @@ USE_XPM= yes USE_GNOME= yes USE_LIBTOOL= yes USE_OPENSSL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/gnome-vfs-1.0" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-gnomevfs --with-ssl --with-included-neon |