1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Respect X11BASE

PR:		ports/105831
Submitted by:	trasz
This commit is contained in:
Martin Wilke 2006-11-24 22:24:24 +00:00
parent df18fe138a
commit b8e8e6df14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177990

View File

@ -1,5 +1,16 @@
--- configs/ConfigX.mk.orig Thu Apr 3 18:14:40 2003
+++ configs/ConfigX.mk Mon Mar 6 23:53:38 2006
--- configs/ConfigX.mk.orig Fri Nov 24 18:13:58 2006
+++ configs/ConfigX.mk Fri Nov 24 18:14:19 2006
@@ -34,8 +34,8 @@
#---------------------------------------------------------------------
# Tools used in the makefile execution
#---------------------------------------------------------------------
-CC = gcc
-CXX = g++
+#CC = gcc
+#CXX = g++
#---------------------------------------------------------------------
# VPATH for dependencies on header files
@@ -51,7 +51,7 @@
# User contributed definitions are available for:
# hpux, aix, solaris, bsd
@ -21,11 +32,15 @@
#---------------------------------------------------------------------
@@ -307,7 +307,7 @@
@@ -305,9 +305,9 @@
# FreeBSD with gcc
#----------------------------------------------------------------------
ifeq ($(Arch),bsd)
INCDIR += -I/usr/$(X11RV)/include
LIBDIR += -L/usr/$(X11RV)/lib
-INCDIR += -I/usr/$(X11RV)/include
-LIBDIR += -L/usr/$(X11RV)/lib
-LIBS += -lV -lXmu -lXt -lXext -lX11 -lxm
+INCDIR += -I$(X11BASE)/include
+LIBDIR += -L$(X11BASE)/lib
+LIBS += -lXmu -lXt -lXext -lX11
TARZ =
RANLIB = ranlib