summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-10-25 09:26:56 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-10-25 09:26:56 +0000
commit457ed3d9c61dd59ce05099f74555e747424354f1 (patch)
tree23ccdd93de7f87c7ad07fddcdd516346e2f57893
parent7c5d7485f01bc2641b81638dfbc7c517656da108 (diff)
downloadpostgresql-457ed3d9c61dd59ce05099f74555e747424354f1.tar.gz
Okay D'Arcy...found a purpose to Makefile.custom *grin*:
# If your OS requires these libraries, they should be put in # Makefile.custom with a line similar to: # X11_LIB+= -lsocket -lnsl Actually, those should probably go into the ports/Makefile.inc's, but...
-rw-r--r--src/Makefile.global7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index ec72996864..60565d2121 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.12 1996/10/25 09:24:56 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.13 1996/10/25 09:26:56 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -226,7 +226,10 @@ TK_LIB = -ltk4.1
X11_INCDIR = /usr/include
X11_LIBDIR = /usr/lib
-X11_LIB = -lX11 -lsocket -lnsl
+# If your OS requires these libraries, they should be put in
+# Makefile.custom with a line similar to:
+# X11_LIB+= -lsocket -lnsl
+X11_LIB = -lX11
#
# include port specific rules and variables. For instance: