aboutsummaryrefslogtreecommitdiff
path: root/graphics/djvulibre
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-04-17 14:53:13 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-04-17 14:53:13 +0000
commite1fe64178ce39504be091b1edb406a5e4e584ab8 (patch)
tree3255806fceb6fc6adc71faa91f640176392f454c /graphics/djvulibre
parentd815cdba83e43cddf0bab845bd159c3914241eb6 (diff)
downloadports-e1fe64178ce39504be091b1edb406a5e4e584ab8.tar.gz
ports-e1fe64178ce39504be091b1edb406a5e4e584ab8.zip
Notes
Diffstat (limited to 'graphics/djvulibre')
-rw-r--r--graphics/djvulibre/Makefile3
-rw-r--r--graphics/djvulibre/files/patch-configure11
2 files changed, 12 insertions, 2 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile
index f64ba84703f9..11812fa08bcd 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 000000000000..492f051b4b73
--- /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"
+ ;;