mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Martin Wilke](/assets/img/avatar_default.png)
- 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)
23 lines
680 B
Plaintext
23 lines
680 B
Plaintext
--- Makefile.XMotif.orig Tue Mar 15 16:47:48 1994
|
|
+++ Makefile.XMotif Sun Sep 13 13:46:54 1998
|
|
@@ -5,8 +5,8 @@
|
|
|
|
# You need to supply directories for libraries and include files
|
|
# only if they are not in a standard directory.
|
|
-LIBDIRS =
|
|
-INCDIRS =
|
|
+LIBDIRS = -L$(LOCALBASE)/lib
|
|
+INCDIRS = -I$(LOCALBASE)/include
|
|
#LIBDIRS = -L/usr/imports/lib/X11R5
|
|
#INCDIRS = -I/usr/imports/include/X11R5 -I/usr/imports/include
|
|
|
|
@@ -45,7 +45,7 @@
|
|
|
|
mars: $(OBJS) libs
|
|
@ cd sim; make stat $(EXPORT)
|
|
- $(CC) $(GFLAG) -o mars $(OBJS) sim/stat.o $(MARSLIBS) -lm -lXm -lXt -lX11
|
|
+ $(CC) $(GFLAG) -o mars $(OBJS) sim/stat.o $(MARSLIBS) -lm $(MOTIFLIB) -lXt -lX11
|
|
|
|
|
|
install: depend mars
|