summaryrefslogtreecommitdiff
path: root/devel/gcvs
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-18 18:51:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-18 18:51:02 +0000
commita5773c03e336a9e54d6f7ae0d3a919b9aa8232c3 (patch)
tree0f05090c60e96eef9c3a777691daf8a1aa0c8cca /devel/gcvs
parentMark as ONLY_FOR_ARCHS i386 since it requires either a pentium (diff)
- Fix build on current, to solve getopt.h problem
Notes
Notes: svn path=/head/; revision=71711
Diffstat (limited to 'devel/gcvs')
-rw-r--r--devel/gcvs/files/patch-configure.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/gcvs/files/patch-configure.in b/devel/gcvs/files/patch-configure.in
index 6953bb738d8a..940f70e32656 100644
--- a/devel/gcvs/files/patch-configure.in
+++ b/devel/gcvs/files/patch-configure.in
@@ -1,6 +1,6 @@
--- configure.in.orig Fri May 3 16:43:04 2002
-+++ configure.in Fri Sep 6 22:47:11 2002
-@@ -144,48 +144,8 @@
++++ configure.in Wed Dec 18 19:47:26 2002
+@@ -144,49 +144,6 @@
CFLAGS="$CFLAGS -DqCvsDebug=1"
fi
@@ -46,8 +46,7 @@
-AM_CONDITIONAL(HAVE_GETOPT_H, test x$as_ac_Header= xyes)
-
-fi
-+AC_CHECK_HEADERS(getopt.h)
-+AM_CONDITIONAL(HAVE_GETOPT_H, test x$as_ac_Header = xyes)
-
+-
dnl Set PACKAGE_DATA_DIR in config.h.
if test "x${datadir}" = 'x${prefix}/share'; then
+ if test "x${prefix}" = "xNONE"; then