yet another little fix

This commit is contained in:
form 1998-05-18 05:41:10 +00:00
parent 0102059bf9
commit a3d533af58
2 changed files with 28 additions and 14 deletions

View File

@ -1,14 +1,17 @@
--- template/freebsd.orig Sat Jun 14 20:12:51 1997
+++ template/freebsd Sat Jun 14 20:13:06 1997
@@ -1,9 +1,9 @@
AROPT:cq
SHARED_LIB:-fpic -DPIC
-CFLAGS:-O2 -m486 -pipe
+CFLAGS:-pipe -O2
SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
-USE_LOCALE:no
+USE_LOCALE:yes
DLSUFFIX:.so
YFLAGS:-d
YACC:bison -y
*** template/openbsd.orig Mon May 18 12:39:02 1998
--- template/openbsd Mon May 18 12:39:17 1998
***************
*** 1,6 ****
AROPT:cq
SHARED_LIB:-fpic -DPIC
! CFLAGS:-O2 -m486 -pipe
SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no
--- 1,6 ----
AROPT:cq
SHARED_LIB:-fpic -DPIC
! CFLAGS:-O2 -pipe
SRCH_INC:/usr/local/include
SRCH_LIB:/usr/local/lib
USE_LOCALE:no

View File

@ -0,0 +1,11 @@
--- interfaces/libpgtcl/Makefile.in.orig Tue Apr 21 23:11:21 1998
+++ interfaces/libpgtcl/Makefile.in Tue Apr 21 23:11:34 1998
@@ -31,7 +31,7 @@
install-shlib-dep :=
shlib :=
-LIBPQ = -L $(SRCDIR)/interfaces/libpq -lpq
+LIBPQ = -L $(SRCDIR)/interfaces/libpq -lpq -lcrypt
ifeq ($(PORTNAME), linux)
ifdef LINUX_ELF