mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
* Bump to 7.49.1 and call runConfigure with CFLAGS=_BSD_SOURCE and CXXFLAGS=-D_BSD_SOURCE otherwise "make check" fails to build. * Drop $manDir/man3 on 2nd arch devel packages. * Move the manual page of curl-config(1) to the devel package. * Use install (instead of mkdir and cp) to simplify INSTALL(). * Keep $binDir for 2nd arch since x86_gcc2 fails many tests. * No need to call libtoolize. Keep autoconf (needed on x86_64). * Add version info in rdef file to have "Get Info" show it.
11 lines
193 B
Plaintext
11 lines
193 B
Plaintext
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
short_info = "curl",
|
|
long_info = "curl ©1996-2016 Daniel Stenberg"
|
|
};
|