diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2002-10-27 17:28:17 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2002-10-27 17:28:17 +0000 |
commit | a5891ea07bfe40c0b8314d86abc4f36b5b71913c (patch) | |
tree | 324e20f45db2361c1c7eebc740f6f018468e8af2 /net/gnomemeeting2/files/patch-ab | |
parent | Upgrade to 6.10.20021015. (diff) |
Remove patch files no longer needed. Reported by Lucas Wilcox
Notes
Notes:
svn path=/head/; revision=68937
Diffstat (limited to '')
-rw-r--r-- | net/gnomemeeting2/files/patch-ab | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net/gnomemeeting2/files/patch-ab b/net/gnomemeeting2/files/patch-ab deleted file mode 100644 index 11de371c261a..000000000000 --- a/net/gnomemeeting2/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ -*** configure.in.orig Sat Mar 2 14:38:06 2002 ---- configure.in Wed Sep 4 11:23:29 2002 -*************** dnl * -D_DEBUG -DPMEMORY_CHECK=1 -DPTRAC -*** 49,56 **** - ;; - - FreeBSD) -! H323_CFLAGS="-DP_FREEBSD=400001 -DP_SSL -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -O2 -Wall" -! H323_LIBS="-lh323_FreeBSD_x86_r -lpt_FreeBSD_x86_r -pthread -lssl -lcrypto" - LIBPT_FILE="libpt_FreeBSD_x86_r_s.a" - LIBOPENH323_FILE="libh323_FreeBSD_x86_r_s.a" - ;; ---- 49,56 ---- - ;; - - FreeBSD) -! H323_CFLAGS="-DP_FREEBSD=400001 -DP_SSL -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -Wall -DPHAS_TEMPLATES" -! H323_LIBS="-lh323_FreeBSD_x86_r_s -lpt_FreeBSD_x86_r_s -pthread -lssl -lcrypto" - LIBPT_FILE="libpt_FreeBSD_x86_r_s.a" - LIBOPENH323_FILE="libh323_FreeBSD_x86_r_s.a" - ;; -*************** GNOMEMEETING_LDADD="$GNOMEMEETING_LDADD -*** 276,282 **** - GNOME_COMPILE_WARNINGS - GNOME_X_CHECKS - -! CXXFLAGS="-O3 $ORBIT_CFLAGS" - - dnl ********************************************************************* - dnl ** Setup gconf schemas installation ********************************* ---- 276,282 ---- - GNOME_COMPILE_WARNINGS - GNOME_X_CHECKS - -! CXXFLAGS="$CXXFLAGS $ORBIT_CFLAGS" - - dnl ********************************************************************* - dnl ** Setup gconf schemas installation ********************************* |