ports/graphics/luvcview/patches/patch-Makefile

14 lines
380 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.orig Sat May 12 11:57:17 2007
+++ Makefile Fri Jun 13 18:40:06 2008
@@ -9,8 +9,8 @@ CPP=g++
INSTALL=install
APP_BINARY=luvcview
BIN=/usr/local/bin
-SDLLIBS = $(shell sdl-config --libs)
-SDLFLAGS = $(shell sdl-config --cflags)
+SDLLIBS = `sdl-config --libs`
+SDLFLAGS = `sdl-config --cflags`
#LIBX11FLAGS= -I/usr/X11R6/include -L/usr/X11R6/lib
VERSION = 0.2.1