1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
freebsd-ports/graphics/vvv/files/patch-Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00

25 lines
548 B
Plaintext

--- Makefile.orig Thu Feb 3 22:03:08 2005
+++ Makefile Sat Sep 10 13:11:30 2005
@@ -28,9 +28,10 @@
ifeq ($(OS),unix)
RM = rm
- LFLAG1 = -L/usr/lib -L/usr/X11R6/lib
+ IFLAG1 = -I$(LOCALBASE)/include
+ LFLAG1 = -L$(LOCALBASE)/lib
# Where the GLUI library is:
- LFLAG2 = -L/home/thomas/graphics/OpenGL/glui_v2_2/lib
+ LFLAG2 =
LIBS = -lglui -lglut -lGLU -lGL -lXmu -lXext -lX11 -lXi -lm
endif
ifeq ($(OS),Windows_NT)
@@ -55,7 +56,7 @@
IFLAGGLUI = -I.
-IFLAGS = $(IFLAGGLUI)
+IFLAGS = $(IFLAGGLUI) $(IFLAG1)