summaryrefslogtreecommitdiffstats
path: root/Makefile.netbsd
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-08 15:41:18 +0200
committerBert <ber.t@gmx.com>2011-09-08 15:41:18 +0200
commitb96c10633782d697a4f5573099b0762630b45347 (patch)
tree276cbe1dd0a1e9f58971360d79192b0a2b7feea4 /Makefile.netbsd
parent8f34b7e95cc4de30b67eacb264688ca14acaaf60 (diff)
downloadnsxiv-b96c10633782d697a4f5573099b0762630b45347.tar.zst
Overhauled building
- config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries
Diffstat (limited to 'Makefile.netbsd')
-rw-r--r--Makefile.netbsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd
index 8dd0e23..50fad95 100644
--- a/Makefile.netbsd
+++ b/Makefile.netbsd
@@ -1,4 +1,4 @@
.include "Makefile"
-CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB -I/usr/X11R7/include -I/usr/pkg/include
+CFLAGS = -Wall -pedantic -O2 -I/usr/X11R7/include -I/usr/pkg/include
LDFLAGS = -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib