Browse Source

Fixed Makefile.netbsd

master
Bert 13 years ago
parent
commit
1c05ef49e4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile.netbsd

+ 2
- 2
Makefile.netbsd View File

@@ -1,4 +1,4 @@
.include Makefile
.include "Makefile"

CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" -I/usr/X11R7/include
CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" -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

Loading…
Cancel
Save