diff options
author | anholt <anholt@FreeBSD.org> | 2006-01-21 15:24:13 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2006-01-21 15:24:13 +0800 |
commit | fbdcc07b55365725407fee025b8a16d6f2316927 (patch) | |
tree | cf159596b1070c44fc9593072eb75d518765eb87 | |
parent | 5216fa55cb652371bd50833d950337d0d2db4c03 (diff) | |
download | freebsd-ports-gnome-fbdcc07b55365725407fee025b8a16d6f2316927.tar.gz freebsd-ports-gnome-fbdcc07b55365725407fee025b8a16d6f2316927.tar.zst freebsd-ports-gnome-fbdcc07b55365725407fee025b8a16d6f2316927.zip |
Unbreak build by adding a newly-missing include directory.
-rw-r--r-- | www/swfdec-plugin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile index d9e8a5b3de2d..1403ac6b4ad7 100644 --- a/www/swfdec-plugin/Makefile +++ b/www/swfdec-plugin/Makefile @@ -24,8 +24,6 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${P RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/mozilla-plugin${HEADERS_SUFX}.pc:${PORTSDIR}/www/mozilla${HEADERS_SUFX} .endif -BROKEN= Does not compile - USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl @@ -35,7 +33,7 @@ USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/nspr" \ LDFLAGS="-L${LOCALBASE}/lib" .if defined(WITH_MOZILLA) && ${WITH_MOZILLA}=="firefox" |