diff options
author | nakai <nakai@FreeBSD.org> | 1999-12-28 02:26:40 +0000 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-12-28 02:26:40 +0000 |
commit | e3a2c988885dbe80c4f36679ea19b0adbf324b21 (patch) | |
tree | 24e6971b9005649384b65dba4667db5e5037a58c /palm/gnome-pilot/files | |
parent | 9dcf98bc0cc2c5d34a93d77bf55a31f1a880b698 (diff) | |
download | FreeBSD-ports-e3a2c988885dbe80c4f36679ea19b0adbf324b21.zip FreeBSD-ports-e3a2c988885dbe80c4f36679ea19b0adbf324b21.tar.gz |
New ports GNOME communication tool for palm pilot.
PR: ports/15727
Submitted by: Ade Lovett <ade@lovett.com>
Diffstat (limited to 'palm/gnome-pilot/files')
-rw-r--r-- | palm/gnome-pilot/files/patch-aa | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/palm/gnome-pilot/files/patch-aa b/palm/gnome-pilot/files/patch-aa new file mode 100644 index 0000000..9fe155e --- /dev/null +++ b/palm/gnome-pilot/files/patch-aa @@ -0,0 +1,42 @@ +--- configure.orig Tue Dec 7 17:50:25 1999 ++++ configure Thu Dec 23 13:54:26 1999 +@@ -2123,8 +2123,8 @@ + + gnome_cv_gnorba_found=no + if test x$gnome_cv_orbit_found = xyes; then +- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" +- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" ++ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" ++ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" + if test -n "$GNORBA_LIBS"; then + gnome_cv_gnorba_found=yes + fi +@@ -2144,8 +2144,8 @@ + fi + if test x$gnome_cv_orbit_found = xyes; then + +- GNORBA_CFLAGS="`gnome-config --cflags gnorba gnomeui`" +- GNORBA_LIBS="`gnome-config --libs gnorba gnomeui`" ++ GNORBA_CFLAGS="`$GNOME_CONFIG --cflags gnorba gnomeui`" ++ GNORBA_LIBS="`$GNOME_CONFIG --libs gnorba gnomeui`" + + + else +@@ -2956,7 +2956,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PTHREAD_LIB="-lc_r" ++ PTHREAD_LIB="" + else + echo "$ac_t""no" 1>&6 + echo $ac_n "checking for pthread_create""... $ac_c" 1>&6 +@@ -4806,7 +4806,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo |