mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix bashism in configure script [1]
- Update plist in poppler-qt Reported by: trhodes and lists@jnielsen.net [1]
This commit is contained in:
parent
648cc842f9
commit
76712fcace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194828
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/graphics/poppler-qt/Makefile,v 1.9 2006/10/10 20:22:10 mezz Exp $
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -qt
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -1,8 +1,9 @@
|
||||
include/poppler/poppler-link-qt3.h
|
||||
include/poppler/poppler-page-transition.h
|
||||
include/poppler/poppler-qt.h
|
||||
include/poppler/qt3/poppler-link-qt3.h
|
||||
include/poppler/qt3/poppler-page-transition.h
|
||||
include/poppler/qt3/poppler-qt.h
|
||||
lib/libpoppler-qt.a
|
||||
lib/libpoppler-qt.la
|
||||
lib/libpoppler-qt.so
|
||||
lib/libpoppler-qt.so.1
|
||||
libdata/pkgconfig/poppler-qt.pc
|
||||
@dirrm include/poppler/qt3
|
||||
|
11
graphics/poppler/files/patch-configure
Normal file
11
graphics/poppler/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Jul 3 17:06:02 2007
|
||||
+++ configure Tue Jul 3 17:06:36 2007
|
||||
@@ -25848,7 +25848,7 @@
|
||||
fi
|
||||
fi
|
||||
|
||||
-if test "x$have_qt" == "xyes"; then
|
||||
+if test "x$have_qt" = "xyes"; then
|
||||
ac_ext=cpp
|
||||
ac_cpp='$CXXCPP $CPPFLAGS'
|
||||
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
Loading…
Reference in New Issue
Block a user