opnsense-ports/misc/wmScoreBoard/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
450 B
Text

--- Makefile.orig Sat Apr 8 00:51:27 2000
+++ Makefile Mon Jul 2 21:51:07 2001
@@ -1,10 +1,9 @@
# Makefile for wmScoreBoard
-CC = gcc
-CFLAGS = -g -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
-LIBDIR = -L/usr/X11R6/lib
-DESTDIR = /usr/X11R6
+CFLAGS += -g -Wall
+INCDIR = -I${LOCALBASE}/include/X11 -I${LOCALBASE}/include
+LIBDIR = -L${LOCALBASE}/lib
+DESTDIR = $(PREFIX)
# for linux
LIBS = -lXpm -lX11 -lXext