diff options
author | vd <vd@FreeBSD.org> | 2006-04-17 14:53:13 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-04-17 14:53:13 +0000 |
commit | 40a77975ad8cb83d859c7e38e2718f1e9cbffec0 (patch) | |
tree | a03b90921f72d4ff3a9ca462c5fa24bad84bb8a5 /graphics | |
parent | 83b10576c4840aaf4032700e0a74250ea1e4aa3a (diff) | |
download | FreeBSD-ports-40a77975ad8cb83d859c7e38e2718f1e9cbffec0.zip FreeBSD-ports-40a77975ad8cb83d859c7e38e2718f1e9cbffec0.tar.gz |
Fix browser plugin shared library dependency
PR: ports/93123
Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/djvulibre/Makefile | 3 | ||||
-rw-r--r-- | graphics/djvulibre/files/patch-configure | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index f64ba84..11812fa 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -7,7 +7,7 @@ PORTNAME= djvulibre PORTVERSION= 3.5.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= djvu @@ -20,7 +20,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_ICONV= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/djvulibre/files/patch-configure b/graphics/djvulibre/files/patch-configure new file mode 100644 index 0000000..492f051 --- /dev/null +++ b/graphics/djvulibre/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Nov 1 02:34:47 2005 ++++ configure Fri Feb 10 16:26:00 2006 +@@ -26327,7 +26327,7 @@ + then + NSDEJAVU_CFLAGS=${X_CFLAGS} + case "$host" in +- *-cygwin* | *-mingw*) ++ *-cygwin* | *-mingw* | *-freebsd*) + NSDEJAVU_LIBS="`echo ${X_LIBS} | sed -e 's/-lXext/-lXt -lXext/'`" + NSDEJAVU_LIBS="-no-undefined $NSDEJAVU_LIBS" + ;; |