| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use X11BASE to find the X11R6 directory. Give rid up a bunch of extra
cruft in patch-aa and split into one patch per file.
|
|
|
|
| |
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
|
|
|
|
|
| |
g++ pppload.o PPPStats.o MainWindow.o Options.o mPPPStats.o mMainWindow.o -o ppp
load -L/usr/X11R6/lib -lqt
/usr/libexec/elf/ld: warning: libX11.so.6, needed by /usr/X11R6/lib/libqt.so, no
t found (try using --rpath)
/usr/X11R6/lib/libqt.so: undefined reference to `XFreePixmap'
/usr/X11R6/lib/libqt.so: undefined reference to `XSetInputFocus'
|
| |
|
|
|
|
|
| |
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
|
| |
|
|
|
|
|
| |
be careful, bsd.port.mk will happily create a new directory if you
misspell the name here.... ;)
|
|
|
|
| |
Note, this should really be moved to sysutils to be simular packages!
|
| |
|
|
|