mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
1895fb56f5
PR: 3712 Submitted by: Vanill Ice <vanilla@Minje.Com.TW>
89 lines
2.7 KiB
Plaintext
89 lines
2.7 KiB
Plaintext
*** Makefile.config.orig Fri May 30 03:29:08 1997
|
|
--- Makefile.config Fri May 30 03:31:38 1997
|
|
***************
|
|
*** 44,50 ****
|
|
#------------------------------------------------------------------------
|
|
|
|
# Binaries and man pages will be installed here:
|
|
! PREFIX = /usr/local
|
|
|
|
# SCO puts stuff here:
|
|
#PREFIX = /u
|
|
--- 44,50 ----
|
|
#------------------------------------------------------------------------
|
|
|
|
# Binaries and man pages will be installed here:
|
|
! PREFIX ?= /usr/X11R6
|
|
|
|
# SCO puts stuff here:
|
|
#PREFIX = /u
|
|
*************** EXE =
|
|
*** 149,155 ****
|
|
#CFLAGS2 = -O2 -Wall -DNO_XPM
|
|
|
|
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
|
|
! CFLAGS2 = -O2 -Wall -Wno-unused -DNO_XPM
|
|
|
|
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
|
|
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
|
|
--- 149,155 ----
|
|
#CFLAGS2 = -O2 -Wall -DNO_XPM
|
|
|
|
# If you're using g++ 2.7.x, you'll want to use -Wno-unused:
|
|
! CFLAGS2 = -O2 -m486 -pipe -Wall -Wno-unused -I${X11BASE}/include
|
|
|
|
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
|
|
#CFLAGS2 = -O2 -Wall -I/usr/X11R6/include -Wno-unused
|
|
*************** CXXFLAGS2 = $(CFLAGS2)
|
|
*** 197,209 ****
|
|
#------------------------------------------------------------------------
|
|
|
|
# For most systems, just grab the X library:
|
|
! XLIBS = -lX11
|
|
|
|
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
|
|
#XLIBS = -L/usr/X11R6/lib -lX11
|
|
|
|
# For official FreeBSD port (using the FreeBSD makefiles):
|
|
! #XLIBS = -L$(X11BASE)/lib -lX11
|
|
|
|
# Some BSDI systems may need -lipc (?):
|
|
#XLIBS = -L/usr/X11R6/lib -lX11 -lipc
|
|
--- 197,209 ----
|
|
#------------------------------------------------------------------------
|
|
|
|
# For most systems, just grab the X library:
|
|
! #XLIBS = -lX11
|
|
|
|
# For Linux/FreeBSD/NetBSD/BSDI systems using XFree86:
|
|
#XLIBS = -L/usr/X11R6/lib -lX11
|
|
|
|
# For official FreeBSD port (using the FreeBSD makefiles):
|
|
! XLIBS = -L$(X11BASE)/lib -lX11
|
|
|
|
# Some BSDI systems may need -lipc (?):
|
|
#XLIBS = -L/usr/X11R6/lib -lX11 -lipc
|
|
*************** XLIBS = -lX11
|
|
*** 242,251 ****
|
|
#------------------------------------------------------------------------
|
|
|
|
# This is needed for the color icon:
|
|
! #XPMLIB = -lXpm
|
|
|
|
# Use this if you don't have libXpm (and also define NO_XPM in CFLAGS2):
|
|
! XPMLIB =
|
|
|
|
#------------------------------------------------------------------------
|
|
# C++ compilation rule.
|
|
--- 242,251 ----
|
|
#------------------------------------------------------------------------
|
|
|
|
# This is needed for the color icon:
|
|
! XPMLIB = -lXpm
|
|
|
|
# Use this if you don't have libXpm (and also define NO_XPM in CFLAGS2):
|
|
! #XPMLIB =
|
|
|
|
#------------------------------------------------------------------------
|
|
# C++ compilation rule.
|