mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
38ae599271
post-extract rule
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
--- configure.orig Wed Aug 2 00:21:00 2000
|
|
+++ configure Wed Aug 2 00:22:18 2000
|
|
@@ -6074,9 +6074,9 @@
|
|
LIBS="$oLIBS"
|
|
|
|
oLIBS="$LIBS"
|
|
-echo $ac_n "checking for bzopen in -lbz2""... $ac_c" 1>&6
|
|
-echo "configure:6079: checking for bzopen in -lbz2" >&5
|
|
-ac_lib_var=`echo bz2'_'bzopen | sed 'y%./+-%__p_%'`
|
|
+echo $ac_n "checking for BZ2_bzopen in -lbz2""... $ac_c" 1>&6
|
|
+echo "configure:6079: checking for BZ2_bzopen in -lbz2" >&5
|
|
+ac_lib_var=`echo bz'_'bzopen | sed 'y%./+-%__p_%'`
|
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
@@ -6088,10 +6088,10 @@
|
|
/* Override any gcc2 internal prototype to avoid an error. */
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
-char bzopen();
|
|
+char BZ2_bzopen();
|
|
|
|
int main() {
|
|
-bzopen()
|
|
+BZ2_bzopen()
|
|
; return 0; }
|
|
EOF
|
|
if { (eval echo configure:6098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
|
--- app-docs.make.orig Thu Apr 20 02:25:57 2000
|
|
+++ app-docs.make Fri May 26 16:31:01 2000
|
|
@@ -1,4 +1,4 @@
|
|
-helpdir = $(datadir)/gnome/help/$(app)/$(lang)
|
|
+helpdir = $(datadir)/help/$(app)/$(lang)
|
|
help_DATA = \
|
|
index.html \
|
|
topic.dat \
|
|
--- applet-docs.make.orig Thu Apr 20 02:25:57 2000
|
|
+++ applet-docs.make Fri May 26 16:31:10 2000
|
|
@@ -9,7 +9,7 @@
|
|
# figs = modemlights-advpref.png modemlights-prefs.png modemlights.png
|
|
# include $(top_srcdir)/applet-docs.make
|
|
|
|
-docdir = $(datadir)/gnome/help/$(applet)_applet/$(lang)
|
|
+docdir = $(datadir)/help/$(applet)_applet/$(lang)
|
|
doc_DATA = \
|
|
index.html \
|
|
topic.dat \
|