3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
26 lines
881 B
Text
26 lines
881 B
Text
--- Makefile.orig Fri Dec 20 23:33:15 1991
|
|
+++ Makefile Thu May 14 09:05:45 1998
|
|
@@ -29,12 +29,12 @@
|
|
|
|
# Root directory of XView developers package
|
|
# For OpenWindows users, this is the same as $OPENWINHOME.
|
|
-XVIEWROOT = ${OPENWINHOME}
|
|
+XVIEWROOT = ${LOCALBASE}
|
|
|
|
# If not in OpenWindows, need to specify directory where libxview
|
|
# and libolgx are.
|
|
# For OpenWindows users, this is taken care of via $LD_LIBRARY_PATH.
|
|
-XVIEWLIBDIR =
|
|
+XVIEWLIBDIR = -L${LOCALBASE}/lib
|
|
# e.g., XVIEWLIBDIR = -L/usr/openwin/lib
|
|
# This -L... stuff may only be appropriate in a SunOS environment,
|
|
# so do what's appropriate in your environment. The -L<pathname>
|
|
@@ -45,7 +45,7 @@
|
|
# currently only necessary when compiling icons.o
|
|
TARGET=
|
|
|
|
-CFLAGS = -O -I${XVIEWROOT}/include
|
|
+CFLAGS+= -I${XVIEWROOT}/include
|
|
|
|
SWOBJS = icons.o mahjongg.o event.o
|
|
SWLIBS= ${XVIEWLIBDIR} -lxview -lolgx -lX11
|