diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-23 22:29:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-23 22:29:16 +0000 |
commit | 76b8f0eb2debbb3360be6f45f5d76911dddbeba9 (patch) | |
tree | 7f1401fefc65b7301c11ecb412b4fcf442967e00 | |
parent | Add gtk+hs 0.11.5, a GTK+ Binding for Haskell. (diff) |
Fix build in -CURRENT. It was not finding gtk+.pc
Submitted by: bento (warning), kris (fix)
Notes
Notes:
svn path=/head/; revision=64924
-rw-r--r-- | graphics/libdv/Makefile | 3 | ||||
-rw-r--r-- | multimedia/libdv/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/libdv/Makefile b/graphics/libdv/Makefile index dfb9cffd029c..2f9e3c12e5db 100644 --- a/graphics/libdv/Makefile +++ b/graphics/libdv/Makefile @@ -23,7 +23,8 @@ USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig INSTALLS_SHLIB= yes MAN1= encodedv.1 playdv.1 diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index dfb9cffd029c..2f9e3c12e5db 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -23,7 +23,8 @@ USE_REINPLACE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ + PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${X11BASE}/libdata/pkgconfig INSTALLS_SHLIB= yes MAN1= encodedv.1 playdv.1 |